increase sweep thread stack size

This commit is contained in:
DiSlord 2020-07-01 12:30:31 +03:00
parent 61b3989c28
commit 34a3eeafce

2
main.c
View file

@ -115,7 +115,7 @@ const char *info_about[]={
0 // sentinel 0 // sentinel
}; };
static THD_WORKING_AREA(waThread1, 640); static THD_WORKING_AREA(waThread1, 768);
static THD_FUNCTION(Thread1, arg) static THD_FUNCTION(Thread1, arg)
{ {
(void)arg; (void)arg;