Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/main.cpp
- Revision:
- 109:bb4ef6a4bd0a
- Parent:
- 103:109fba818301
- Child:
- 151:9d47fe5ba805
- Child:
- 159:18c54339ee7f
--- a/src/main.cpp Thu Sep 22 12:15:24 2016 +0000 +++ b/src/main.cpp Thu Sep 22 14:47:35 2016 +0000 @@ -62,7 +62,7 @@ *****************************************************************************/ static void timestamp_boot_record(void) { - char time_string[1024]; + char time_string[80]; time_t curr_sec; struct tm *ts;