Skip to content

Commit

Permalink
Doxygen comment typo (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch authored Jan 12, 2024
1 parent 6bb38a8 commit 73dce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_gpio/include/hardware/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73dce4e

Please sign in to comment.