]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
Add warning in Cortex-M3 and Cortex-M4 FreeRTOSConfig.h header files that configMAX_S...
[freertos] / FreeRTOS / Demo / CORTEX_LM3S811_KEIL / FreeRTOSConfig.h
index 73c654157c87dcfc4d17afb351edad31c9383d61..d211d9f9b2a4740de20bfa9caa5b00a568b8ad43 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