sam0_common: mark closing #endif for MODULE_PERIPH_GPIO_IRQ
This commit is contained in:
parent
67122b51f3
commit
95819c660b
@ -43,7 +43,7 @@
|
|||||||
#define NUMOF_IRQS (16U)
|
#define NUMOF_IRQS (16U)
|
||||||
|
|
||||||
static gpio_isr_ctx_t gpio_config[NUMOF_IRQS];
|
static gpio_isr_ctx_t gpio_config[NUMOF_IRQS];
|
||||||
#endif
|
#endif /* MODULE_PERIPH_GPIO_IRQ */
|
||||||
|
|
||||||
static inline PortGroup *_port(gpio_t pin)
|
static inline PortGroup *_port(gpio_t pin)
|
||||||
{
|
{
|
||||||
@ -233,4 +233,4 @@ void isr_eic(void)
|
|||||||
}
|
}
|
||||||
cortexm_isr_end();
|
cortexm_isr_end();
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* MODULE_PERIPH_GPIO_IRQ */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user