]> 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:46:27 +0000 (12:46 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 14 Apr 2011 12:46:27 +0000 (12:46 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1359 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h

index cfc01c59bdeba3c19b80418d4b543ffc59913506..2f6cbef9bd5e613691db32646991981125cb21d9 100644 (file)
@@ -128,7 +128,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
 #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }    \r