mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-28 01:47:21 +01:00
typo
Some checks failed
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Has been cancelled
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Has been cancelled
Bazel presubmit checks / other-bazel-checks (push) Has been cancelled
Check Configs / check-configs (push) Has been cancelled
CMake / build (push) Has been cancelled
Some checks failed
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Has been cancelled
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Has been cancelled
Bazel presubmit checks / other-bazel-checks (push) Has been cancelled
Check Configs / check-configs (push) Has been cancelled
CMake / build (push) Has been cancelled
Co-authored-by: Peter Harper <77111776+peterharperuk@users.noreply.github.com>
This commit is contained in:
parent
e721a2eae1
commit
8c34ab996a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ extern void hard_assertion_failure(void);
|
|||
/*! \brief Perform a runtime assertion always (i.e. not just when NDEBUG is undefined)
|
||||
* \ingroup pico_base
|
||||
*
|
||||
* This function is intended to provide useful information in debug builds like a normal asstion, but also
|
||||
* This function is intended to provide useful information in debug builds like a normal assertion, but also
|
||||
* prevent execution proceeding in other builds
|
||||
*
|
||||
* In debug builds this is equivalent to \ref assert, however in release builds it calls \ref hard_assertion_failure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue