]> git.sur5r.net Git - freertos/commitdiff
Decrease the configMINIMAL_STACK_SIZE setting to 190 to allow the demo to execute...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 25 Jul 2009 17:52:06 +0000 (17:52 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 25 Jul 2009 17:52:06 +0000 (17:52 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@823 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/PIC32MX_MPLAB/FreeRTOSConfig.h

index 9855d5a7e6c2db43538fc982bf7f90499b6ae235..69db69c8bad72aebd4697b3f69e6a6451593703d 100644 (file)
@@ -69,7 +69,7 @@
 #define configCPU_CLOCK_HZ                             ( ( unsigned portLONG ) 80000000UL )  \r
 #define configPERIPHERAL_CLOCK_HZ              ( ( unsigned portLONG ) 40000000UL )\r
 #define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 5 )\r
-#define configMINIMAL_STACK_SIZE               ( 200 )\r
+#define configMINIMAL_STACK_SIZE               ( 190 )\r
 #define configISR_STACK_SIZE                   ( 400 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) 28000 )\r
 #define configMAX_TASK_NAME_LEN                        ( 8 )\r