From adcf8be22f9430fe3a2bdde38e5d5f6a941b1b4e Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 26 Aug 2025 17:36:40 +0100 Subject: [PATCH] pico_status_led doxygen typo (#2636) --- src/rp2_common/pico_status_led/include/pico/status_led.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/pico_status_led/include/pico/status_led.h b/src/rp2_common/pico_status_led/include/pico/status_led.h index be7c0bd4..4870bc9b 100644 --- a/src/rp2_common/pico_status_led/include/pico/status_led.h +++ b/src/rp2_common/pico_status_led/include/pico/status_led.h @@ -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);