]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
Change version numbers in preparation for V7.6.0 release.
[freertos] / FreeRTOS / Demo / CORTUS_APS3_GCC / Demo / FreeRTOSConfig.h
index 917c3d486fa31a068ab68e313cf506e284ed4c01..7eb8b96cc7f9834960f88908bad7be90b68eb221 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
-    FreeRTOS V7.5.2 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 \r
@@ -115,20 +116,6 @@ We use --gc-sections when linking, so there is no harm is setting all of these t
 #define BLOCKQ_1                                               1\r
 \r
 \r
-\r
-\r
-/* A task is created to test the behaviour of the interrupt controller during\r
-context switches.  This macro is just used to set a variable to true each time\r
-the test task is switched out - the task itself needs to know when this happens\r
-in order to complete its tests.  This macro will slow down the context switch\r
-and can normally be removed (just delete the whole macro, although doing so will\r
-cause the test task to indicate an error). */\r
-extern void *xICTestTask;\r
-extern volatile unsigned long ulTaskSwitchedOut;\r
-#define traceTASK_SWITCHED_OUT() if( pxCurrentTCB == xICTestTask ) ulTaskSwitchedOut = pdTRUE\r
-\r
-\r
-\r
 #endif /* FREERTOS_CONFIG_H */\r
 \r
 \r