From 34a3eeafce55ff3fef5462951714fb57f93f2bff Mon Sep 17 00:00:00 2001 From: DiSlord Date: Wed, 1 Jul 2020 12:30:31 +0300 Subject: [PATCH] increase sweep thread stack size --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 54cf1ad..899b182 100644 --- a/main.c +++ b/main.c @@ -115,7 +115,7 @@ const char *info_about[]={ 0 // sentinel }; -static THD_WORKING_AREA(waThread1, 640); +static THD_WORKING_AREA(waThread1, 768); static THD_FUNCTION(Thread1, arg) { (void)arg;