nrf5x_common: mark closing #endif for MODULE_PERIPH_GPIO_IRQ

This commit is contained in:
Martine Lenders 2018-10-09 14:58:49 +02:00
parent 0ed57df4b5
commit 67122b51f3

View File

@ -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 */