mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
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
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:
parent
b30caca4fd
commit
adcf8be22f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue