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:
- 131:a290a3934132
- Parent:
- 128:534bf29132f8
- Child:
- 132:45821e189dd0
--- a/src/ConfigurationHandler/Controls/TimerControl.cpp Mon Sep 26 12:35:12 2016 +0000 +++ b/src/ConfigurationHandler/Controls/TimerControl.cpp Mon Sep 26 17:36:30 2016 +0000 @@ -1,6 +1,6 @@ /****************************************************************************** * - * File: TimerCntrol.cpp + * File: TimerControl.cpp * Desciption: ICE Timer Control Class implementation * *****************************************************************************/ @@ -11,7 +11,6 @@ extern mDot *GLOBAL_mdot; - // // method: load // description: load the pertinents from the control file @@ -84,15 +83,6 @@ default: break; } - #if 0 - time_t rawtime; - struct tm *clock; - - time( &rawtime ); - - clock = localtime( &rawtime ); - printf("%d %d %d\n", clock->tm_year+1900, clock->tm_mon, clock->tm_mday); - #endif } // @@ -131,4 +121,6 @@ printf("\r\n"); printf("\r current state: %s \n", mapper[currentState].c_str()); printf("\r\n"); + + //GetNextScheduledFeed(); } \ No newline at end of file