We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727e46a commit 6d463ecCopy full SHA for 6d463ec
src/FreeRTOSConfig_Default.h
@@ -200,7 +200,7 @@ PRIORITY THAN THIS! (higher priorities are lower numeric values. */
200
/* Interrupt priorities used by the kernel port layer itself. These are generic
201
to all Cortex-M ports, and do not rely on any particular library functions. */
202
/* Warning in case of Ethernet, this prio (used by systick) should be higher (lower value) than ethernet Timer */
203
-#define configKERNEL_INTERRUPT_PRIORITY 14
+#define configKERNEL_INTERRUPT_PRIORITY ( 14 << (8 - configPRIO_BITS) )
204
205
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!
206
See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
0 commit comments