]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
Add warning in Cortex-M3 and Cortex-M4 FreeRTOSConfig.h header files that configMAX_S...
[freertos] / FreeRTOS / Demo / CORTEX_LM3S102_KEIL / FreeRTOSConfig.h
index aaea9d7a14897fd9a87fd8d31e96175432f1ea85..ed56133077ca99f0476c340676fc6c12095c550b 100644 (file)
@@ -107,6 +107,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                             1\r
 \r
 #define configKERNEL_INTERRUPT_PRIORITY 255\r
+/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!\r
+See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */\r
 #define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
 \r
 \r