From 67122b51f380de3924af4fe0faa4f9e0d7bddd61 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 9 Oct 2018 14:58:49 +0200 Subject: [PATCH] nrf5x_common: mark closing #endif for MODULE_PERIPH_GPIO_IRQ --- cpu/nrf5x_common/periph/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/nrf5x_common/periph/gpio.c b/cpu/nrf5x_common/periph/gpio.c index 26ef551a20..deba4d8e2a 100644 --- a/cpu/nrf5x_common/periph/gpio.c +++ b/cpu/nrf5x_common/periph/gpio.c @@ -39,7 +39,7 @@ * @brief Place to store the interrupt context */ static gpio_isr_ctx_t exti_chan; -#endif +#endif /* MODULE_PERIPH_GPIO_IRQ */ /** * @brief Get the port's base address @@ -153,4 +153,4 @@ void isr_gpiote(void) } cortexm_isr_end(); } -#endif +#endif /* MODULE_PERIPH_GPIO_IRQ */