Skip to content

Commit e24c00c

Browse files
committed
drivers/gpio: fix doc for gpio_irq_enable
1 parent 69f892f commit e24c00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/include/periph/gpio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ int gpio_init_int(gpio_t pin, gpio_mode_t mode, gpio_flank_t flank,
199199
/**
200200
* @brief Enable pin interrupt if configured as interrupt source
201201
*
202-
* Interrupts that would have occurred after @see gpio_irq_disable
203-
* was called will be discarded.
202+
* Interrupts that would have occurred after @see gpio_irq_disable
203+
* was called will be discarded.
204204
*
205205
* @note You have to add the module `periph_gpio_irq` to your project to
206206
* enable this function

0 commit comments

Comments
 (0)