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

lpc1768: mark closing #endif for MODULE_PERIPH_GPIO_IRQ

This commit is contained in:
Martine Lenders 2018-10-09 14:58:13 +02:00
parent 896212e320
commit f1b16fcb32

View File

@ -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 */