pico_status_led doxygen typo (#2636)
Some checks are pending
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Waiting to run
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Waiting to run
Bazel presubmit checks / other-bazel-checks (push) Waiting to run
Check Configs / check-configs (push) Waiting to run
CMake / build (push) Waiting to run
Build on macOS / build (push) Waiting to run
Build on Windows / build (push) Waiting to run

This commit is contained in:
Andrew Scheller 2025-08-26 17:36:40 +01:00 committed by GitHub
parent b30caca4fd
commit adcf8be22f
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) * \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 * \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); bool status_led_init_with_context(struct async_context *context);