mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Corrected a comment in the STM32 FreeRTOSConfig.h file.
This commit is contained in:
parent
0feaad7183
commit
521d995b9d
|
@ -113,7 +113,7 @@ to exclude the API function. */
|
||||||
|
|
||||||
/* The lowest priority. */
|
/* The lowest priority. */
|
||||||
#define configKERNEL_INTERRUPT_PRIORITY ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
|
#define configKERNEL_INTERRUPT_PRIORITY ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
|
||||||
/* Priority 5, or 160 as only the top three bits are implemented. */
|
/* Priority 5, or 95 as only the top four bits are implemented. */
|
||||||
#define configMAX_SYSCALL_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
|
#define configMAX_SYSCALL_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
|
||||||
|
|
||||||
/* Prevent the following definitions being included when FreeRTOSConfig.h
|
/* Prevent the following definitions being included when FreeRTOSConfig.h
|
||||||
|
|
Loading…
Reference in a new issue