]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
Update the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the latest...
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator / FreeRTOSConfig.h
index 04bbeed5f8c964f9133af5847c7ad5852cf4e6c4..428decc0e66bb1bf75acf71454ae07a5bd2a1b04 100644 (file)
@@ -76,6 +76,8 @@
 #ifndef FREERTOS_CONFIG_H\r
 #define FREERTOS_CONFIG_H\r
 \r
+#include <stdint.h>\r
+\r
 /*-----------------------------------------------------------\r
  * Application specific definitions.\r
  *\r
@@ -89,7 +91,7 @@
 \r
 #define configUSE_PREEMPTION                   1\r
 #define configUSE_IDLE_HOOK                            1\r
-#define configUSE_TICK_HOOK                            0\r
+#define configUSE_TICK_HOOK                            1\r
 #define configTICK_RATE_HZ                             ( 1000 ) /* In this non-real time simulated environment the tick frequency has to be at least a multiple of the Win32 tick frequency, and therefore very slow. */\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 60 ) /* In this simulated case, the stack only has to hold one small structure as the real stack is part of the Win32 thread. */\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) 0 ) /* This parameter has no effect when heap_3.c is included in the project. */\r
@@ -158,7 +160,6 @@ take up unnecessary RAM. */
 \r
 \r
 /* Include the FreeRTOS+Trace FreeRTOS trace macro definitions. */\r
-#include "trcHooks.h"\r
-\r
+#include "trcKernelPort.h"\r
 \r
 #endif /* FREERTOS_CONFIG_H */\r