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.h
- Revision:
- 33:cb765aefa1b5
- Parent:
- 28:c410a61238bb
--- a/src/ConfigurationHandler/Controls/TimerControl.h Thu Sep 08 21:07:47 2016 +0000 +++ b/src/ConfigurationHandler/Controls/TimerControl.h Thu Sep 08 21:24:34 2016 +0000 @@ -20,11 +20,12 @@ unsigned int priority; // control priority unsigned int dayOfWeek; // days of the week unsigned int startWeek; // starting week + string output; unsigned int freq; - struct tod { + typedef struct tod_tag { unsigned int start; unsigned int interval; - }; + } tod; public: TimerControl() {};