lm4f120: mark closing #endif for MODULE_PERIPH_GPIO_IRQ

This commit is contained in:
Martine Lenders 2018-10-09 14:54:00 +02:00
parent 53a9797e56
commit 896212e320

View File

@ -93,7 +93,7 @@ typedef struct {
} gpio_state_t;
static gpio_state_t gpio_config[NUM_OF_PORT][NUM_OF_PINS];
#endif
#endif /* MODULE_PERIPH_GPIO_IRQ */
int gpio_init(gpio_t pin, gpio_mode_t mode)
@ -275,4 +275,4 @@ void gpio_irq_disable(gpio_t pin)
HWREG(im_reg_addr) &= ~(pin_bit);
}
#endif
#endif /* MODULE_PERIPH_GPIO_IRQ */