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:
- 18:9cf694a764c0
- Parent:
- 16:7f6599312962
- Child:
- 20:653923c2f37a
diff -r 7f6599312962 -r 9cf694a764c0 src/main.cpp --- a/src/main.cpp Wed Sep 07 18:38:35 2016 +0000 +++ b/src/main.cpp Wed Sep 07 19:04:16 2016 +0000 @@ -65,8 +65,8 @@ { mDot *dot; - mDotRadioInit( &dot ); - GLOBAL_mdot = dot; + //mDotRadioInit( &dot ); + GLOBAL_mdot = dot = mDot::getInstance(); // for signaling from the configuration handler mainThreadId = osThreadGetId(); @@ -89,6 +89,7 @@ Thread::wait(1000); // display free memory on the heap + printf("\r\n"); __heapstats((__heapprt)fprintf,stdout); printf("\r\n");