nrf5x_common: mark closing #endif for MODULE_PERIPH_GPIO_IRQ
This commit is contained in:
parent
0ed57df4b5
commit
67122b51f3
@ -39,7 +39,7 @@
|
|||||||
* @brief Place to store the interrupt context
|
* @brief Place to store the interrupt context
|
||||||
*/
|
*/
|
||||||
static gpio_isr_ctx_t exti_chan;
|
static gpio_isr_ctx_t exti_chan;
|
||||||
#endif
|
#endif /* MODULE_PERIPH_GPIO_IRQ */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get the port's base address
|
* @brief Get the port's base address
|
||||||
@ -153,4 +153,4 @@ void isr_gpiote(void)
|
|||||||
}
|
}
|
||||||
cortexm_isr_end();
|
cortexm_isr_end();
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* MODULE_PERIPH_GPIO_IRQ */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user