Fix some typos (#517)
This commit is contained in:
@ -401,7 +401,7 @@ void gpio_acknowledge_irq(uint gpio, uint32_t events);
|
||||
/*! \brief Initialise a GPIO for (enabled I/O and set func to GPIO_FUNC_SIO)
|
||||
* \ingroup hardware_gpio
|
||||
*
|
||||
* Clear the output enable (i.e. set to input)
|
||||
* Clear the output enable (i.e. set to input).
|
||||
* Clear any output value.
|
||||
*
|
||||
* \param gpio GPIO number
|
||||
@ -411,7 +411,7 @@ void gpio_init(uint gpio);
|
||||
/*! \brief Initialise multiple GPIOs (enabled I/O and set func to GPIO_FUNC_SIO)
|
||||
* \ingroup hardware_gpio
|
||||
*
|
||||
* Clear the output enable (i.e. set to input)
|
||||
* Clear the output enable (i.e. set to input).
|
||||
* Clear any output value.
|
||||
*
|
||||
* \param gpio_mask Mask with 1 bit per GPIO number to initialize
|
||||
|
Reference in New Issue
Block a user