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) {