From 73061ae70e4f61263ebc25d69ac1ae9cf9ffd1e9 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 9 Oct 2018 14:52:05 +0200 Subject: [PATCH] cc2538: mark closing #endif for MODULE_PERIPH_GPIO_IRQ --- cpu/cc2538/periph/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/cc2538/periph/gpio.c b/cpu/cc2538/periph/gpio.c index ad2934f4a9..95cf7ae18b 100644 --- a/cpu/cc2538/periph/gpio.c +++ b/cpu/cc2538/periph/gpio.c @@ -33,7 +33,7 @@ #ifdef MODULE_PERIPH_GPIO_IRQ static gpio_isr_ctx_t isr_ctx[4][8]; -#endif +#endif /* MODULE_PERIPH_GPIO_IRQ */ /** * @brief Access GPIO low-level device @@ -245,7 +245,7 @@ void isr_gpiod(void) { handle_isr(3); } -#endif +#endif /* MODULE_PERIPH_GPIO_IRQ */ /* CC2538 specific add-on GPIO functions */