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

Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h

index f2c22d94f8dcb7c89e9d61d47a218588d8d9d756..ff67e3cc8643d0cc5f57994ff6f0e5925a065f66 100644 (file)
@@ -122,8 +122,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