drivers/periph/gpio: fix typo 'occured' -> 'occurred'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:05:55 +02:00
parent 9236b6ca5c
commit dc8d32d30e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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