Skip to content

Commit c89d716

Browse files
authored
Fix all duplicate words in FreeRTOSConfig.h (#4)
Fix duplicate word in FreeRTOSConfig.h
1 parent c5a597d commit c89d716

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

source/tutorials/tutorial_1/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
/* It is a good idea to define configASSERT() while developing. configASSERT()
9090
* uses the same semantics as the standard C assert() macro. Don't define
9191
* configASSERT() when performing code coverage tests though, as it is not
92-
* intended to asserts() to fail, some some code is intended not to run if no
92+
* intended to asserts() to fail, some code is intended not to run if no
9393
* errors are present. */
9494
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9595

source/tutorials/tutorial_10/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_11/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_12/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_13/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_14/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_15/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_16/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_17/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

source/tutorials/tutorial_18/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/* It is a good idea to define configASSERT() while developing. configASSERT()
9292
* uses the same semantics as the standard C assert() macro. Don't define
9393
* configASSERT() when performing code coverage tests though, as it is not
94-
* intended to asserts() to fail, some some code is intended not to run if no
94+
* intended to asserts() to fail, some code is intended not to run if no
9595
* errors are present. */
9696
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
9797

0 commit comments

Comments
 (0)