]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
RX GCC port - Introduce macros that perform the interrupt entry and exit manually...
[freertos] / Demo / RX600_RX62N-RSK_GNURX / RTOSDemo / FreeRTOSConfig.h
index 4ce6706a25090873fa8e77d38ed012b2592b458b..0819826b6b8f2ab8b92d32a5493ce8f2c14f3661 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
-#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() nop() /* Run time stats use the same timer as the high frequency timer test. */\r
-#define portGET_RUN_TIME_COUNTER_VALUE() 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
 \r
 \r
 /* Override some of the priorities set in the common demo tasks.  This is\r