mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Doxygen comment typo (#1463)
This commit is contained in:
parent
6bb38a87fa
commit
73dce4e540
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ enum gpio_slew_rate gpio_get_slew_rate(uint gpio);
|
|||
*/
|
||||
void gpio_set_drive_strength(uint gpio, enum gpio_drive_strength drive);
|
||||
|
||||
/*! \brief Determine current slew rate for a specified GPIO
|
||||
/*! \brief Determine current drive strength for a specified GPIO
|
||||
* \ingroup hardware_gpio
|
||||
*
|
||||
* \sa gpio_set_drive_strength
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue