We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e721a2e commit 8c34ab9Copy full SHA for 8c34ab9
src/common/pico_base_headers/include/pico/assert.h
@@ -42,7 +42,7 @@ extern void hard_assertion_failure(void);
42
/*! \brief Perform a runtime assertion always (i.e. not just when NDEBUG is undefined)
43
* \ingroup pico_base
44
*
45
-* 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
46
* prevent execution proceeding in other builds
47
48
* In debug builds this is equivalent to \ref assert, however in release builds it calls \ref hard_assertion_failure
0 commit comments