From 389832ff0bdc1433425faad30d605fe7566a2eb7 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 14 Apr 2011 12:49:36 +0000 Subject: [PATCH] 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 --- Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5