From b42cf186febe6cf8f06d8a6b9a27aa4f6ee65cb0 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 17 Dec 2019 08:10:26 +0100 Subject: [PATCH] boards/hifive1*: remove gpio interrupt definition This macro is now defined in periph_cpu.h --- boards/hifive1/include/periph_conf.h | 8 -------- boards/hifive1b/include/periph_conf.h | 8 -------- 2 files changed, 16 deletions(-) diff --git a/boards/hifive1/include/periph_conf.h b/boards/hifive1/include/periph_conf.h index cae44fcfdf..f64cf55331 100644 --- a/boards/hifive1/include/periph_conf.h +++ b/boards/hifive1/include/periph_conf.h @@ -120,14 +120,6 @@ static const uart_conf_t uart_config[] = { /** @} */ -/** - * @name GPIO configuration - * - * @{ - */ -#define GPIO_INTR_PRIORITY (3) -/** @} */ - /** * @name PWM configuration * diff --git a/boards/hifive1b/include/periph_conf.h b/boards/hifive1b/include/periph_conf.h index 749f450bbe..dd5679a514 100644 --- a/boards/hifive1b/include/periph_conf.h +++ b/boards/hifive1b/include/periph_conf.h @@ -121,14 +121,6 @@ static const uart_conf_t uart_config[] = { /** @} */ -/** - * @name GPIO configuration - * - * @{ - */ -#define GPIO_INTR_PRIORITY (3) -/** @} */ - /** * @name PWM configuration *