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

Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h

index 96bed6b844bda6f6ac64b9fbdac72f2022d4331a..839876730299251e0df015a9286840e6635002c2 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