pico_status_led doxygen typo

This commit is contained in:
Andrew Scheller 2025-08-26 15:51:27 +01:00 committed by GitHub
parent b30caca4fd
commit 417727c5be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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