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:
- 273:0373b2a15f8a
- Parent:
- 256:296934e592ef
- Child:
- 279:b60379a9eb1a
--- a/src/main.cpp Wed Oct 26 19:05:44 2016 +0000 +++ b/src/main.cpp Wed Oct 26 19:29:50 2016 +0000 @@ -134,7 +134,7 @@ time_t curr_sec; int year=0; - // singleton object instatiation + // singleton object instantiation GLOBAL_mdot = dot = mDot::getInstance(); mDotRadioInit( dot ); @@ -155,7 +155,6 @@ banner(); - Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, MODBUS_MASTER_STACK_SIZE, NULL); osSignalWait(sig_output_continue, osWaitForever);