cc26x0: mark closing #endif for MODULE_PERIPH_GPIO_IRQ
This commit is contained in:
parent
73061ae70e
commit
4431f8ee0a
@ -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 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user