1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/hifive1*: remove gpio interrupt definition

This macro is now defined in periph_cpu.h
This commit is contained in:
Alexandre Abadie 2019-12-17 08:10:26 +01:00
parent 3f29eb9efb
commit b42cf186fe
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 16 deletions

View File

@ -120,14 +120,6 @@ static const uart_conf_t uart_config[] = {
/** @} */
/**
* @name GPIO configuration
*
* @{
*/
#define GPIO_INTR_PRIORITY (3)
/** @} */
/**
* @name PWM configuration
*

View File

@ -121,14 +121,6 @@ static const uart_conf_t uart_config[] = {
/** @} */
/**
* @name GPIO configuration
*
* @{
*/
#define GPIO_INTR_PRIORITY (3)
/** @} */
/**
* @name PWM configuration
*