Skip to content
Snippets Groups Projects
Unverified Commit a95957e5 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #9992 from haukepetersen/fix_periph_gpiofeaturesscope

periph/gpio: fix scope of GPIO_IRQ submodule
parents 4e92c2a4 abc11c8e
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,6 @@ int gpio_init(gpio_t pin, gpio_mode_t mode);
int gpio_init_int(gpio_t pin, gpio_mode_t mode, gpio_flank_t flank,
gpio_cb_t cb, void *arg);
#endif /* MODULE_PERIPH_GPIO_IRQ */
/**
* @brief Enable pin interrupt if configured as interrupt source
*
......@@ -194,6 +192,8 @@ void gpio_irq_enable(gpio_t pin);
*/
void gpio_irq_disable(gpio_t pin);
#endif /* MODULE_PERIPH_GPIO_IRQ */
/**
* @brief Get the current value of the given pin
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment