mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
pico_status_led doxygen typo
This commit is contained in:
parent
b30caca4fd
commit
417727c5be
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ bool status_led_init(void);
|
|||
*
|
||||
* \param context An \ref async_context used to communicate with the status LED (e.g. on Pico W or Pico 2 W)
|
||||
* \return Returns true if the LED was initialized successfully, otherwise false on failure
|
||||
* \sa status_led_init_with_context
|
||||
* \sa status_led_init
|
||||
*/
|
||||
bool status_led_init_with_context(struct async_context *context);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue