From 0c0241115381b953cea1b0fbefb7f3f11898785d Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:36:29 -0500 Subject: [PATCH 01/21] Fix duplicate word in FreeRTOSConfig.h --- source/tutorials/tutorial_5/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_5/include/FreeRTOSConfig.h b/source/tutorials/tutorial_5/include/FreeRTOSConfig.h index 0e04f20..28cbdb9 100644 --- a/source/tutorials/tutorial_5/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_5/include/FreeRTOSConfig.h @@ -90,7 +90,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 7861c8bf754717a49afd24c83ec755afb7c530f8 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:07:17 -0500 Subject: [PATCH 02/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_1/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_1/include/FreeRTOSConfig.h b/source/tutorials/tutorial_1/include/FreeRTOSConfig.h index 704a808..10f053e 100644 --- a/source/tutorials/tutorial_1/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_1/include/FreeRTOSConfig.h @@ -89,7 +89,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 1d0aa00a5cb3f98418b28a305dbfa1090306e5ba Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:07:30 -0500 Subject: [PATCH 03/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_10/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_10/include/FreeRTOSConfig.h b/source/tutorials/tutorial_10/include/FreeRTOSConfig.h index 94fa11f..0822af9 100644 --- a/source/tutorials/tutorial_10/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_10/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 283d7bb30a6dd28f646048b7dbb65ca848e86e73 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:07:45 -0500 Subject: [PATCH 04/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_11/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_11/include/FreeRTOSConfig.h b/source/tutorials/tutorial_11/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_11/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_11/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From ceea15f98fb7b3159e9dafd80a493a6af846e5d0 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:08:17 -0500 Subject: [PATCH 05/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_12/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_12/include/FreeRTOSConfig.h b/source/tutorials/tutorial_12/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_12/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_12/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 00d2b134c11a3ef67c5c122fd722355cc8b903d9 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:08:36 -0500 Subject: [PATCH 06/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_13/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_13/include/FreeRTOSConfig.h b/source/tutorials/tutorial_13/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_13/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_13/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 3474df80627f9c07c400ac904889d542b7724276 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:09:14 -0500 Subject: [PATCH 07/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_14/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_14/include/FreeRTOSConfig.h b/source/tutorials/tutorial_14/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_14/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_14/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From da36b1a33111cf524cf98f8220922928893052c6 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:09:32 -0500 Subject: [PATCH 08/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_15/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_15/include/FreeRTOSConfig.h b/source/tutorials/tutorial_15/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_15/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_15/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From a123b137eb4b7c4959a1afde1bd127a8c4dd6103 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:09:46 -0500 Subject: [PATCH 09/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_16/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_16/include/FreeRTOSConfig.h b/source/tutorials/tutorial_16/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_16/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_16/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From f42fccebfd9c1252334853f78207dbf5e7c0d2f5 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:10:02 -0500 Subject: [PATCH 10/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_18/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_18/include/FreeRTOSConfig.h b/source/tutorials/tutorial_18/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_18/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_18/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 754f5d1eeb2482e4d92134cc2aa2c3e0f2deb263 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:10:14 -0500 Subject: [PATCH 11/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_17/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_17/include/FreeRTOSConfig.h b/source/tutorials/tutorial_17/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_17/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_17/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 96b383ab29ac45543c04b7fa0e292bf8858514d3 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:10:30 -0500 Subject: [PATCH 12/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_19/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_19/include/FreeRTOSConfig.h b/source/tutorials/tutorial_19/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_19/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_19/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 167bed3b7891d9e4861d6b5cafd2365229cae5f2 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:10:43 -0500 Subject: [PATCH 13/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_2/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_2/include/FreeRTOSConfig.h b/source/tutorials/tutorial_2/include/FreeRTOSConfig.h index 704a808..10f053e 100644 --- a/source/tutorials/tutorial_2/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_2/include/FreeRTOSConfig.h @@ -89,7 +89,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 3f3be826c0766ec66fc312fda14aa2ef2512d51f Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:10:57 -0500 Subject: [PATCH 14/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_20/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_20/include/FreeRTOSConfig.h b/source/tutorials/tutorial_20/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_20/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_20/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 8205c4240f1383304b558326214618ede48633b3 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:11:23 -0500 Subject: [PATCH 15/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_21/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_21/include/FreeRTOSConfig.h b/source/tutorials/tutorial_21/include/FreeRTOSConfig.h index 94fa11f..0822af9 100644 --- a/source/tutorials/tutorial_21/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_21/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From ac2a51bb58dabd093afed1cb63cc7e620b1a112f Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:11:44 -0500 Subject: [PATCH 16/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_3/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_3/include/FreeRTOSConfig.h b/source/tutorials/tutorial_3/include/FreeRTOSConfig.h index 0e04f20..28cbdb9 100644 --- a/source/tutorials/tutorial_3/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_3/include/FreeRTOSConfig.h @@ -90,7 +90,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From bce4332c4cab48a36b2384f212d3be11a14ee514 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:12:00 -0500 Subject: [PATCH 17/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_4/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_4/include/FreeRTOSConfig.h b/source/tutorials/tutorial_4/include/FreeRTOSConfig.h index 0e04f20..28cbdb9 100644 --- a/source/tutorials/tutorial_4/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_4/include/FreeRTOSConfig.h @@ -90,7 +90,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 134bcb5b288e4b2ad4f3a395fc50549956f67ea9 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:12:21 -0500 Subject: [PATCH 18/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_6/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_6/include/FreeRTOSConfig.h b/source/tutorials/tutorial_6/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_6/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_6/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From c623b67720393bb103c41c68cdf2285568244c29 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:12:45 -0500 Subject: [PATCH 19/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_7/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_7/include/FreeRTOSConfig.h b/source/tutorials/tutorial_7/include/FreeRTOSConfig.h index 7b43d26..375ef27 100644 --- a/source/tutorials/tutorial_7/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_7/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From 1e2a070f8b243507c57ec0dd84f66275c9938a62 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:13:09 -0500 Subject: [PATCH 20/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_8/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_8/include/FreeRTOSConfig.h b/source/tutorials/tutorial_8/include/FreeRTOSConfig.h index 046a3c6..7a5e6e5 100644 --- a/source/tutorials/tutorial_8/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_8/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } From f400189e4937e022d22457536102c7a9e4104a16 Mon Sep 17 00:00:00 2001 From: Kirill McQuillin <97107415+KirillMcQ@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:13:25 -0500 Subject: [PATCH 21/21] Fix typo in FreeRTOSConfig.h --- source/tutorials/tutorial_9/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorial_9/include/FreeRTOSConfig.h b/source/tutorials/tutorial_9/include/FreeRTOSConfig.h index 85e3487..6048680 100644 --- a/source/tutorials/tutorial_9/include/FreeRTOSConfig.h +++ b/source/tutorials/tutorial_9/include/FreeRTOSConfig.h @@ -91,7 +91,7 @@ /* It is a good idea to define configASSERT() while developing. configASSERT() * uses the same semantics as the standard C assert() macro. Don't define * configASSERT() when performing code coverage tests though, as it is not - * 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 * errors are present. */ #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }