Increase minimal stack size for the SAMD20 demo.

pull/4/head
Richard Barry 12 years ago
parent dcea05a81c
commit c09f6e6a9b

@ -86,7 +86,7 @@
#define configCPU_CLOCK_HZ ( system_clock_source_get_hz( SYSTEM_CLOCK_SOURCE_DFLL ) )
#define configTICK_RATE_HZ ( ( portTickType ) 500 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 60 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 70 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 16000 ) )
#define configMAX_TASK_NAME_LEN ( 5 )
#define configUSE_TRACE_FACILITY 1

Loading…
Cancel
Save