]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
Add lwIP V1.4.0 source files.
[freertos] / Demo / CORTEX_STM32L152_IAR / FreeRTOSConfig.h
index b877b32aa3a07932d438c7ec78f1347c4c472e68..bf6012181c4608d954aaccd33ad313fe8ab8b08a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
@@ -113,7 +113,7 @@ to exclude the API function. */
 \r
 /* The lowest priority. */\r
 #define configKERNEL_INTERRUPT_PRIORITY        ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
-/* Priority 5, or 160 as only the top three bits are implemented. */\r
+/* Priority 5, or 95 as only the top four bits are implemented. */\r
 #define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
 \r
 /* Prevent the following definitions being included when FreeRTOSConfig.h\r