]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
Update the RX GCC port - optimised build is working, unoptimised not.
[freertos] / Demo / RX600_RX62N-RSK_GNURX / RTOSDemo / FreeRTOSConfig.h
index 0819826b6b8f2ab8b92d32a5493ce8f2c14f3661..c387902db6e590e6a4fd87d3e2a5dcb0746225cb 100644 (file)
@@ -115,9 +115,9 @@ to exclude the API function. */
 #define INCLUDE_uxTaskGetStackHighWaterMark    1\r
 #define INCLUDE_xTaskGetSchedulerState         1\r
 \r
-//extern volatile unsigned long ulHighFrequencyTickCount;\r
+extern volatile unsigned long ulHighFrequencyTickCount;\r
 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() portNOP() /* Run time stats use the same timer as the high frequency timer test. */\r
-#define portGET_RUN_TIME_COUNTER_VALUE() 0 /*ulHighFrequencyTickCount*/\r
+#define portGET_RUN_TIME_COUNTER_VALUE() ulHighFrequencyTickCount\r
 \r
 \r
 /* Override some of the priorities set in the common demo tasks.  This is\r