You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core/FreeRTOSConfig.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@
96
96
#defineconfigTICK_RATE_HZ ( ( TickType_t ) 1000 )
97
97
#defineconfigMAX_PRIORITIES ( 10 )
98
98
#defineconfigMINIMAL_STACK_SIZE ( ( unsigned short ) 384 ) /* Can be as low as 60 but some of the demo tasks that use this constant require it to be higher. */
0 commit comments