]> git.sur5r.net Git - freertos/commitdiff
Corrected a comment in the STM32 FreeRTOSConfig.h file.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 14 Apr 2011 12:49:36 +0000 (12:49 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 14 Apr 2011 12:49:36 +0000 (12:49 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1360 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h

index b877b32aa3a07932d438c7ec78f1347c4c472e68..4492b10100b1e3695c8a0fae6215cb2b2b8b7bb1 100644 (file)
@@ -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