From f1b16fcb328ae58265d1a59691a07367f6e3abb9 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 9 Oct 2018 14:58:13 +0200 Subject: [PATCH] lpc1768: mark closing #endif for MODULE_PERIPH_GPIO_IRQ --- cpu/lpc1768/periph/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/lpc1768/periph/gpio.c b/cpu/lpc1768/periph/gpio.c index 7a17240cef..c876f9050b 100644 --- a/cpu/lpc1768/periph/gpio.c +++ b/cpu/lpc1768/periph/gpio.c @@ -33,7 +33,7 @@ static gpio_isr_ctx_t isr_ctx[NUMOF_IRQS]; static gpio_flank_t isr_state[2][32]; -#endif +#endif /* MODULE_PERIPH_GPIO_IRQ */ #define PIN_MASK (0x1f) #define PORT_SHIFT (5U) @@ -241,4 +241,4 @@ void isr_eint3(void) cortexm_isr_end(); } -#endif +#endif /* MODULE_PERIPH_GPIO_IRQ */