Bump version number

pull/4/head
erikkaashoek 6 years ago
parent c08346af2b
commit 8b732d675f

@ -2599,9 +2599,10 @@ int mySerialReadline(unsigned char *buf, int len)
} }
#endif #endif
// Main thread stack size defined in makefile USE_PROCESS_STACKSIZE = 0x200 /* Main thread stack size defined in makefile USE_PROCESS_STACKSIZE = 0x200
// Profile stack usage (enable threads command by def ENABLE_THREADS_COMMAND) show: * 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 *Stack maximum usage = 472 bytes (need test more and run all commands), free stack = 40 bytes
*/
int main(void) int main(void)
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.