From 0116c529ea6d0a72e2451a561cd0feb41f37ae5e Mon Sep 17 00:00:00 2001 From: DiSlord Date: Fri, 28 Feb 2020 00:50:12 +0300 Subject: [PATCH] Restore sweep stack size as 640 --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 0ebbd40..66e43ed 100644 --- a/main.c +++ b/main.c @@ -82,9 +82,9 @@ int16_t vbat = 0; // // Profile stack usage (enable threads command by def ENABLE_THREADS_COMMAND) show: -// Stack maximum usage = 480 bytes, free stack = 32+64 bytes +// Stack maximum usage = 576 bytes, free stack = 64 bytes // -static THD_WORKING_AREA(waThread1, 512+64); +static THD_WORKING_AREA(waThread1, 640); static THD_FUNCTION(Thread1, arg) { (void)arg;