mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-02-06 19:11:45 +08:00
Update FreeRTOSConfig.h (#1008)
This commit is contained in:
@@ -81,7 +81,7 @@ to exclude the API function. */
|
||||
#define configKERNEL_INTERRUPT_PRIORITY 255
|
||||
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!
|
||||
See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
|
||||
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 5 /* equivalent to 0xa0, or priority 5. */
|
||||
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 4
|
||||
#define configMAC_INTERRUPT_PRIORITY 5
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user