]> git.sur5r.net Git - freertos/commitdiff
Change the priorities used by the RX/RDK/Renesas demo application to ensure they...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 26 Mar 2011 11:33:54 +0000 (11:33 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 26 Mar 2011 11:33:54 +0000 (11:33 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1326 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h

index 069c0739a3373f14fe6277125500dd9c2e962dcb..5568d4f5e629e85dcffa9f352e9882c5ada9bab5 100644 (file)
@@ -127,8 +127,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