Skip to content

Commit adcf8be

Browse files
authored
pico_status_led doxygen typo (#2636)
1 parent b30caca commit adcf8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_status_led/include/pico/status_led.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bool status_led_init(void);
109109
*
110110
* \param context An \ref async_context used to communicate with the status LED (e.g. on Pico W or Pico 2 W)
111111
* \return Returns true if the LED was initialized successfully, otherwise false on failure
112-
* \sa status_led_init_with_context
112+
* \sa status_led_init
113113
*/
114114
bool status_led_init_with_context(struct async_context *context);
115115

0 commit comments

Comments
 (0)