Skip to content

Commit c5a597d

Browse files
authored
Fix duplicate word in FreeRTOSConfig.h (#3)
1 parent 1207020 commit c5a597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/tutorial_5/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
/* It is a good idea to define configASSERT() while developing. configASSERT()
9191
* uses the same semantics as the standard C assert() macro. Don't define
9292
* 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
93+
* intended to asserts() to fail, some code is intended not to run if no
9494
* errors are present. */
9595
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9696

0 commit comments

Comments
 (0)