From: richardbarry Date: Thu, 14 Apr 2011 12:49:36 +0000 (+0000) Subject: Corrected a comment in the STM32 FreeRTOSConfig.h file. X-Git-Tag: V7.0.1~64 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=389832ff0bdc1433425faad30d605fe7566a2eb7;p=freertos Corrected a comment in the STM32 FreeRTOSConfig.h file. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1360 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h index b877b32aa..4492b1010 100644 --- a/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h +++ b/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h @@ -113,7 +113,7 @@ to exclude the API function. */ /* The lowest priority. */ #define configKERNEL_INTERRUPT_PRIORITY ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) ) -/* Priority 5, or 160 as only the top three bits are implemented. */ +/* Priority 5, or 95 as only the top four bits are implemented. */ #define configMAX_SYSCALL_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) ) /* Prevent the following definitions being included when FreeRTOSConfig.h