drivers/periph/gpio: fix typo 'occured' -> 'occurred'
This commit is contained in:
parent
9236b6ca5c
commit
dc8d32d30e
@ -197,7 +197,7 @@ int gpio_init_int(gpio_t pin, gpio_mode_t mode, gpio_flank_t flank,
|
|||||||
/**
|
/**
|
||||||
* @brief Enable pin interrupt if configured as interrupt source
|
* @brief Enable pin interrupt if configured as interrupt source
|
||||||
*
|
*
|
||||||
* Interrupts that would have occured after @see gpio_irq_disable
|
* Interrupts that would have occurred after @see gpio_irq_disable
|
||||||
* was called will be discarded.
|
* was called will be discarded.
|
||||||
*
|
*
|
||||||
* @note You have to add the module `periph_gpio_irq` to your project to
|
* @note You have to add the module `periph_gpio_irq` to your project to
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user