Skip to content

Commit

Permalink
Update FreeRTOSConfig.h
Browse files Browse the repository at this point in the history
stack size gets mo bigga
  • Loading branch information
pwittich committed May 23, 2019
1 parent b5d2952 commit be178cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/project2/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {
#define configUSE_QUEUE_SETS 0
#define configCPU_CLOCK_HZ 120000000
#define configMAX_PRIORITIES ( 5 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 120 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 256 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 16 * 1024 ) )
#define configMAX_TASK_NAME_LEN ( 10 )
#define configUSE_TRACE_FACILITY 1
Expand Down

0 comments on commit be178cf

Please sign in to comment.