]> git.sur5r.net Git - freertos/blobdiff - Demo/WIN32-MingW/FreeRTOSConfig.h
Remove the 'death' tasks from the demo as on Win2K and WinXP the behaviour of the...
[freertos] / Demo / WIN32-MingW / FreeRTOSConfig.h
index 9ca238bba354ef84ec2ca9a8e1206bc06ced84ab..c271c1036dae50d9550e5651b38afc7c512a3885 100644 (file)
@@ -69,7 +69,7 @@
 #define configUSE_IDLE_HOOK                            1\r
 #define configUSE_TICK_HOOK                            0\r
 #define configTICK_RATE_HZ                             ( 50 ) /* 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 portSHORT ) 50 ) /* 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 configMINIMAL_STACK_SIZE               ( ( unsigned portSHORT ) 20 ) /* 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
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r
 #define configUSE_TRACE_FACILITY               1\r