|
@@ -99,7 +99,7 @@ assembly files that include this header file. */
|
|
|
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
|
|
|
#define configMAX_PRIORITIES ( 5 )
|
|
|
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 128 )
|
|
|
-#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 60 * 1024 ) )
|
|
|
+#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 64 * 1024 ) )
|
|
|
#define configMAX_TASK_NAME_LEN ( 16 )
|
|
|
#define configUSE_TRACE_FACILITY 1
|
|
|
#define configUSE_16_BIT_TICKS 0
|