File tree 37 files changed +37
-37
lines changed
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
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ BaseType_t xPortStartScheduler( void )
415
415
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
416
416
configASSERT ( ucMaxSysCallPriority );
417
417
418
- /* Check that the bits not implemented bits in hardware are zero in
418
+ /* Check that the bits not implemented in hardware are zero in
419
419
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
420
420
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
421
421
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ BaseType_t xPortStartScheduler( void )
335
335
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
336
336
configASSERT ( ucMaxSysCallPriority );
337
337
338
- /* Check that the bits not implemented bits in hardware are zero in
338
+ /* Check that the bits not implemented in hardware are zero in
339
339
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
340
340
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
341
341
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ BaseType_t xPortStartScheduler( void )
458
458
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
459
459
configASSERT ( ucMaxSysCallPriority );
460
460
461
- /* Check that the bits not implemented bits in hardware are zero in
461
+ /* Check that the bits not implemented in hardware are zero in
462
462
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
463
463
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
464
464
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 @@ -323,7 +323,7 @@ BaseType_t xPortStartScheduler( void )
323
323
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
324
324
configASSERT ( ucMaxSysCallPriority );
325
325
326
- /* Check that the bits not implemented bits in hardware are zero in
326
+ /* Check that the bits not implemented in hardware are zero in
327
327
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
328
328
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
329
329
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
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ BaseType_t xPortStartScheduler( void )
241
241
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
242
242
configASSERT ( ucMaxSysCallPriority );
243
243
244
- /* Check that the bits not implemented bits in hardware are zero in
244
+ /* Check that the bits not implemented in hardware are zero in
245
245
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
246
246
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
247
247
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
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ BaseType_t xPortStartScheduler( void )
279
279
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
280
280
configASSERT ( ucMaxSysCallPriority );
281
281
282
- /* Check that the bits not implemented bits in hardware are zero in
282
+ /* Check that the bits not implemented in hardware are zero in
283
283
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
284
284
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
285
285
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ BaseType_t xPortStartScheduler( void )
393
393
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
394
394
configASSERT ( ucMaxSysCallPriority );
395
395
396
- /* Check that the bits not implemented bits in hardware are zero in
396
+ /* Check that the bits not implemented in hardware are zero in
397
397
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
398
398
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
399
399
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 @@ -267,7 +267,7 @@ BaseType_t xPortStartScheduler( void )
267
267
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
268
268
configASSERT ( ucMaxSysCallPriority );
269
269
270
- /* Check that the bits not implemented bits in hardware are zero in
270
+ /* Check that the bits not implemented in hardware are zero in
271
271
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
272
272
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
273
273
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 @@ -329,7 +329,7 @@ BaseType_t xPortStartScheduler( void )
329
329
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
330
330
configASSERT ( ucMaxSysCallPriority );
331
331
332
- /* Check that the bits not implemented bits in hardware are zero in
332
+ /* Check that the bits not implemented in hardware are zero in
333
333
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
334
334
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
335
335
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ BaseType_t xPortStartScheduler( void )
294
294
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
295
295
configASSERT ( ucMaxSysCallPriority );
296
296
297
- /* Check that the bits not implemented bits in hardware are zero in
297
+ /* Check that the bits not implemented in hardware are zero in
298
298
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
299
299
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
300
300
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ BaseType_t xPortStartScheduler( void )
360
360
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
361
361
configASSERT ( ucMaxSysCallPriority );
362
362
363
- /* Check that the bits not implemented bits in hardware are zero in
363
+ /* Check that the bits not implemented in hardware are zero in
364
364
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
365
365
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
366
366
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ BaseType_t xPortStartScheduler( void )
453
453
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
454
454
configASSERT ( ucMaxSysCallPriority );
455
455
456
- /* Check that the bits not implemented bits in hardware are zero in
456
+ /* Check that the bits not implemented in hardware are zero in
457
457
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
458
458
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
459
459
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ BaseType_t xPortStartScheduler( void )
344
344
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
345
345
configASSERT ( ucMaxSysCallPriority );
346
346
347
- /* Check that the bits not implemented bits in hardware are zero in
347
+ /* Check that the bits not implemented in hardware are zero in
348
348
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
349
349
configASSERT ( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
350
350
You can’t perform that action at this time.
0 commit comments