cc26x0: mark closing #endif for MODULE_PERIPH_GPIO_IRQ

This commit is contained in:
Martine Lenders 2018-10-09 14:52:21 +02:00
parent 73061ae70e
commit 4431f8ee0a

View File

@ -31,7 +31,7 @@
* @brief static callback memory * @brief static callback memory
*/ */
static gpio_isr_ctx_t gpio_chan[GPIO_ISR_CHAN_NUMOF]; static gpio_isr_ctx_t gpio_chan[GPIO_ISR_CHAN_NUMOF];
#endif #endif /* MODULE_PERIPH_GPIO_IRQ */
int gpio_init(gpio_t pin, gpio_mode_t mode) int gpio_init(gpio_t pin, gpio_mode_t mode)
{ {
@ -131,4 +131,4 @@ void isr_edge(void)
} }
cortexm_isr_end(); cortexm_isr_end();
} }
#endif #endif /* MODULE_PERIPH_GPIO_IRQ */