]> git.sur5r.net Git - freertos/commitdiff
Change the priorities used by the RX/RSK/IAR demo application to ensure they can...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 26 Mar 2011 13:41:10 +0000 (13:41 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 26 Mar 2011 13:41:10 +0000 (13:41 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1328 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h

index ed7307fa13947d1cbabb16a4c91a85261687b475..04ca25ca10b8e2cb06c5aadbca70672ac0b5d349 100644 (file)
@@ -133,8 +133,9 @@ extern volatile unsigned long ulHighFrequencyTickCount;
 \r
 /* Override some of the priorities set in the common demo tasks.  This is\r
 required to ensure flase positive timing errors are not reported. */\r
-#define bktPRIMARY_PRIORITY            ( configMAX_PRIORITIES - 2 )\r
-#define bktSECONDARY_PRIORITY  ( configMAX_PRIORITIES - 3 )\r
+#define bktPRIMARY_PRIORITY            ( configMAX_PRIORITIES - 3 )\r
+#define bktSECONDARY_PRIORITY  ( configMAX_PRIORITIES - 4 )\r
+#define intqHIGHER_PRIORITY            ( configMAX_PRIORITIES - 3 )\r
 \r
 \r
 /*-----------------------------------------------------------\r