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.
Fork of RTC by
Revision 2:b61676bcc5c0, committed 2014-10-05
- Comitter:
- neilh20
- Date:
- Sun Oct 05 20:59:45 2014 +0000
- Parent:
- 1:be9d058ee5c7
- Commit message:
- Support a KL25z USB logger
Changed in this revision
RTC.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r be9d058ee5c7 -r b61676bcc5c0 RTC.cpp --- a/RTC.cpp Fri Dec 07 20:50:43 2012 +0000 +++ b/RTC.cpp Sun Oct 05 20:59:45 2014 +0000 @@ -1,3 +1,4 @@ +#if 0 #include "RTC.h" FunctionPointer RTC::attachCB[6]; @@ -242,4 +243,5 @@ t.tm_year = -1; return t; - } \ No newline at end of file + } + #endif \ No newline at end of file