From 417727c5be34028342f129fb048ae83fa4995659 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 26 Aug 2025 15:51:27 +0100 Subject: [PATCH] pico_status_led doxygen typo --- 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 be7c0bd49..4870bc9b6 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);