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:
- 21:85c69494c0ff
- Parent:
- 20:653923c2f37a
- Child:
- 30:738359dfdab1
- Child:
- 31:4b1587034318
--- a/src/main.cpp Thu Sep 08 15:01:52 2016 +0000 +++ b/src/main.cpp Thu Sep 08 15:16:31 2016 +0000 @@ -67,8 +67,9 @@ { mDot *dot; - mDotRadioInit( &dot ); - //GLOBAL_mdot = dot = mDot::getInstance(); + GLOBAL_mdot = dot = mDot::getInstance(); + mDotRadioInit( dot ); + // for signaling from the configuration handler mainThreadId = osThreadGetId();