We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30caca commit adcf8beCopy full SHA for adcf8be
src/rp2_common/pico_status_led/include/pico/status_led.h
@@ -109,7 +109,7 @@ bool status_led_init(void);
109
*
110
* \param context An \ref async_context used to communicate with the status LED (e.g. on Pico W or Pico 2 W)
111
* \return Returns true if the LED was initialized successfully, otherwise false on failure
112
- * \sa status_led_init_with_context
+ * \sa status_led_init
113
*/
114
bool status_led_init_with_context(struct async_context *context);
115
0 commit comments