]> git.sur5r.net Git - freertos/commitdiff
Correct comment regarding the configMAX_SYSCALL_INTERRUPT_PRIORITY setting.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 21 Nov 2008 18:37:01 +0000 (18:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 21 Nov 2008 18:37:01 +0000 (18:37 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@583 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h

index 982711b97caa07990271948d36ef5d97c850a400..89aa08d6fefcf5ee75c5bd884b61c46fa5236986 100644 (file)
@@ -93,7 +93,7 @@ to exclude the API function. */
 /* This is the raw value as per the Cortex-M3 NVIC.  Values can be 255\r
 (lowest) to 0 (1?) (highest). */\r
 #define configKERNEL_INTERRUPT_PRIORITY                255\r
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xb0, or priority 11. */\r
 \r
 \r
 /* This is the value being used as per the ST library which permits 16\r
index 982711b97caa07990271948d36ef5d97c850a400..89aa08d6fefcf5ee75c5bd884b61c46fa5236986 100644 (file)
@@ -93,7 +93,7 @@ to exclude the API function. */
 /* This is the raw value as per the Cortex-M3 NVIC.  Values can be 255\r
 (lowest) to 0 (1?) (highest). */\r
 #define configKERNEL_INTERRUPT_PRIORITY                255\r
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xb0, or priority 11. */\r
 \r
 \r
 /* This is the value being used as per the ST library which permits 16\r
index ef808e84f0b6486d5b38001ce505bd77530e8039..a8bdfb6994b7ecc1babb258bd62e9b5821c38933 100644 (file)
@@ -97,7 +97,7 @@ to exclude the API function. */
 /* This is the raw value as per the Cortex-M3 NVIC.  Values can be 255\r
 (lowest) to 0 (1?) (highest). */\r
 #define configKERNEL_INTERRUPT_PRIORITY                255\r
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xa0, or priority 5. */\r
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY   191 /* equivalent to 0xb0, or priority 11. */\r
 \r
 \r
 /* This is the value being used as per the ST library which permits 16\r