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/ConfigurationHandler/Controls/TimerControl.cpp
- Revision:
- 153:0845c7bf236a
- Parent:
- 141:d924caf402c2
- Child:
- 156:44f87c5a83ae
--- a/src/ConfigurationHandler/Controls/TimerControl.cpp Wed Sep 28 12:34:34 2016 +0000 +++ b/src/ConfigurationHandler/Controls/TimerControl.cpp Wed Sep 28 18:05:32 2016 +0000 @@ -204,12 +204,14 @@ OutputMasterMailBox.put(output_mail); } +// // Method: unregisterControl // Description: send OFF indication to Output Master for this control's // relay // // @param none // @return none +// void TimerControl::unregisterControl(void) { logInfo("%s: %s attempting to unregister %s\n", @@ -249,7 +251,7 @@ int counter = 0; if ( schedule.empty() ) { - printf("\rNo scheduled timers\r\n\r\n"); + printf("\r *No scheduled timers\r\n\r\n"); return; } else { for ( pos = schedule.begin(); pos != schedule.end(); ++pos ) {