From 8b732d675f9c98a15c566e4782456fbf090cf673 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Thu, 9 Jul 2020 08:11:16 +0200 Subject: [PATCH] Bump version number --- main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 99c6c1e..6b5cfd8 100644 --- a/main.c +++ b/main.c @@ -2599,9 +2599,10 @@ int mySerialReadline(unsigned char *buf, int len) } #endif -// Main thread stack size defined in makefile USE_PROCESS_STACKSIZE = 0x200 -// Profile stack usage (enable threads command by def ENABLE_THREADS_COMMAND) show: -// Stack maximum usage = 472 bytes (need test more and run all commands), free stack = 40 bytes +/* Main thread stack size defined in makefile USE_PROCESS_STACKSIZE = 0x200 + * Profile stack usage (enable threads command by def ENABLE_THREADS_COMMAND) show: + *Stack maximum usage = 472 bytes (need test more and run all commands), free stack = 40 bytes + */ int main(void) {