efm32: mark closing #endif for MODULE_PERIPH_GPIO_IRQ
This commit is contained in:
parent
4431f8ee0a
commit
ff54112f82
@ -37,7 +37,7 @@
|
|||||||
* @brief Hold one interrupt context per interrupt line
|
* @brief Hold one interrupt context per interrupt line
|
||||||
*/
|
*/
|
||||||
static gpio_isr_ctx_t isr_ctx[NUMOF_IRQS];
|
static gpio_isr_ctx_t isr_ctx[NUMOF_IRQS];
|
||||||
#endif
|
#endif /* MODULE_PERIPH_GPIO_IRQ */
|
||||||
|
|
||||||
static inline GPIO_Port_TypeDef _port_num(gpio_t pin)
|
static inline GPIO_Port_TypeDef _port_num(gpio_t pin)
|
||||||
{
|
{
|
||||||
@ -173,4 +173,4 @@ void isr_gpio_odd(void)
|
|||||||
{
|
{
|
||||||
gpio_irq();
|
gpio_irq();
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* MODULE_PERIPH_GPIO_IRQ */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user