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 1207020 commit c5a597dCopy full SHA for c5a597d
source/tutorials/tutorial_5/include/FreeRTOSConfig.h
@@ -90,7 +90,7 @@
90
/* It is a good idea to define configASSERT() while developing. configASSERT()
91
* uses the same semantics as the standard C assert() macro. Don't define
92
* configASSERT() when performing code coverage tests though, as it is not
93
- * intended to asserts() to fail, some some code is intended not to run if no
+ * intended to asserts() to fail, some code is intended not to run if no
94
* errors are present. */
95
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
96
0 commit comments