]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
Update to V5.0.3.
[freertos] / Demo / CORTEX_LM3S811_IAR / FreeRTOSConfig.h
index 795da21b2d03bef7587dde4d845da8164acf9efd..8743e3f360501a9c885523ead0bfd4ae8bdb6f46 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -88,6 +88,8 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelay                             1\r
 \r
 \r
-#define configKERNEL_INTERRUPT_PRIORITY 255\r
+#define configKERNEL_INTERRUPT_PRIORITY                255\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+\r
 \r
 #endif /* FREERTOS_CONFIG_H */\r