cc2538: mark closing #endif for MODULE_PERIPH_GPIO_IRQ

This commit is contained in:
Martine Lenders 2018-10-09 14:52:05 +02:00
parent 0eebda0958
commit 73061ae70e

View File

@ -33,7 +33,7 @@
#ifdef MODULE_PERIPH_GPIO_IRQ
static gpio_isr_ctx_t isr_ctx[4][8];
#endif
#endif /* MODULE_PERIPH_GPIO_IRQ */
/**
* @brief Access GPIO low-level device
@ -245,7 +245,7 @@ void isr_gpiod(void)
{
handle_isr(3);
}
#endif
#endif /* MODULE_PERIPH_GPIO_IRQ */
/* CC2538 specific add-on GPIO functions */