OS_CFG_SYSCALL_PRIORITY 默认为 0x05

This commit is contained in:
2026-08-06 22:45:58 +08:00
parent 3fbd4d34cd
commit 30cd757f09
+1 -1
View File
@@ -36,7 +36,7 @@
#endif /* OS_CFG_TICKS_PER_SECOND */ #endif /* OS_CFG_TICKS_PER_SECOND */
#ifndef OS_CFG_SYSCALL_PRIORITY #ifndef OS_CFG_SYSCALL_PRIORITY
#define OS_CFG_SYSCALL_PRIORITY 0x4 #define OS_CFG_SYSCALL_PRIORITY 0x05
#endif /* OS_CFG_SYSCALL_PRIORITY */ #endif /* OS_CFG_SYSCALL_PRIORITY */
#ifndef OS_CFG_PRIORITY_MAX #ifndef OS_CFG_PRIORITY_MAX