mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Fix typo in check comment of configMAX_SYSCALL_INTERRUPT_PRIORITY (#690)
This commit is contained in:
parent
17a46c252f
commit
9a6284262e
37 changed files with 37 additions and 37 deletions
|
@ -294,7 +294,7 @@ BaseType_t xPortStartScheduler( void )
|
|||
* See https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html */
|
||||
configASSERT( ucMaxSysCallPriority );
|
||||
|
||||
/* Check that the bits not implemented bits in hardware are zero in
|
||||
/* Check that the bits not implemented in hardware are zero in
|
||||
* configMAX_SYSCALL_INTERRUPT_PRIORITY. */
|
||||
configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue