sam0_common: mark closing #endif for MODULE_PERIPH_GPIO_IRQ

This commit is contained in:
Martine Lenders 2018-10-09 14:59:17 +02:00
parent 67122b51f3
commit 95819c660b

View File

@ -43,7 +43,7 @@
#define NUMOF_IRQS (16U)
static gpio_isr_ctx_t gpio_config[NUMOF_IRQS];
#endif
#endif /* MODULE_PERIPH_GPIO_IRQ */
static inline PortGroup *_port(gpio_t pin)
{
@ -233,4 +233,4 @@ void isr_eic(void)
}
cortexm_isr_end();
}
#endif
#endif /* MODULE_PERIPH_GPIO_IRQ */