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.
Dependents: oldheating gps motorhome heating
Diff: rtc.h
- Revision:
- 17:927fc1eceb9d
- Parent:
- 0:33686e88f09a
- Child:
- 18:207dd1474cd9
--- a/rtc.h Sat Dec 16 14:51:41 2017 +0000 +++ b/rtc.h Thu Jan 11 17:39:36 2018 +0000 @@ -1,6 +1,8 @@ -extern bool RtcIsSet(); +#include <time.h> + +extern int RtcIsSet(void); extern void RtcGetTm(struct tm* ptm); extern void RtcSetTm(struct tm* ptm); -extern void RtcInit(); \ No newline at end of file +extern void RtcInit(void); \ No newline at end of file