File tree Expand file tree Collapse file tree 37 files changed +37
-37
lines changed Expand file tree Collapse file tree 37 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
1128
1128
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
1129
1129
configASSERT ( ucMaxSysCallPriority );
1130
1130
1131
- /* Check that the bits not implemented bits in hardware are zero in
1131
+ /* Check that the bits not implemented in hardware are zero in
1132
1132
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
1133
1133
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
1134
1134
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ BaseType_t xPortStartScheduler( void )
249
249
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
250
250
configASSERT ( ucMaxSysCallPriority );
251
251
252
- /* Check that the bits not implemented bits in hardware are zero in
252
+ /* Check that the bits not implemented in hardware are zero in
253
253
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
254
254
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
255
255
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ BaseType_t xPortStartScheduler( void )
268
268
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
269
269
configASSERT ( ucMaxSysCallPriority );
270
270
271
- /* Check that the bits not implemented bits in hardware are zero in
271
+ /* Check that the bits not implemented in hardware are zero in
272
272
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
273
273
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
274
274
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
1128
1128
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
1129
1129
configASSERT ( ucMaxSysCallPriority );
1130
1130
1131
- /* Check that the bits not implemented bits in hardware are zero in
1131
+ /* Check that the bits not implemented in hardware are zero in
1132
1132
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
1133
1133
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
1134
1134
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
1128
1128
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
1129
1129
configASSERT ( ucMaxSysCallPriority );
1130
1130
1131
- /* Check that the bits not implemented bits in hardware are zero in
1131
+ /* Check that the bits not implemented in hardware are zero in
1132
1132
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
1133
1133
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
1134
1134
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ BaseType_t xPortStartScheduler( void )
292
292
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
293
293
configASSERT ( ucMaxSysCallPriority );
294
294
295
- /* Check that the bits not implemented bits in hardware are zero in
295
+ /* Check that the bits not implemented in hardware are zero in
296
296
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
297
297
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
298
298
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
1128
1128
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
1129
1129
configASSERT ( ucMaxSysCallPriority );
1130
1130
1131
- /* Check that the bits not implemented bits in hardware are zero in
1131
+ /* Check that the bits not implemented in hardware are zero in
1132
1132
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
1133
1133
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
1134
1134
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
1128
1128
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
1129
1129
configASSERT ( ucMaxSysCallPriority );
1130
1130
1131
- /* Check that the bits not implemented bits in hardware are zero in
1131
+ /* Check that the bits not implemented in hardware are zero in
1132
1132
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
1133
1133
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
1134
1134
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
1128
1128
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
1129
1129
configASSERT ( ucMaxSysCallPriority );
1130
1130
1131
- /* Check that the bits not implemented bits in hardware are zero in
1131
+ /* Check that the bits not implemented in hardware are zero in
1132
1132
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
1133
1133
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
1134
1134
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
1128
1128
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
1129
1129
configASSERT ( ucMaxSysCallPriority );
1130
1130
1131
- /* Check that the bits not implemented bits in hardware are zero in
1131
+ /* Check that the bits not implemented in hardware are zero in
1132
1132
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
1133
1133
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
1134
1134
You can’t perform that action at this time.
0 commit comments