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 RTC8563 by
Revision 2:5335182295f2, committed 2016-04-01
- Comitter:
- 04M04
- Date:
- Fri Apr 01 10:44:01 2016 +0000
- Parent:
- 1:1125339234de
- Commit message:
Changed in this revision
const.h | Show annotated file Show diff for this revision Revisions of this file |
datestring.h | Show diff for this revision Revisions of this file |
diff -r 1125339234de -r 5335182295f2 const.h --- a/const.h Thu Apr 30 10:52:45 2015 +0000 +++ b/const.h Fri Apr 01 10:44:01 2016 +0000 @@ -30,7 +30,7 @@ const int WEEKDAY_ALARM = 0x0C; // Clock and timer const int CLOCKOUT_FREQ = 0x0D; -const int TIMER_CINTROL = 0x0E; +const int TIMER_CONTROL = 0x0E; const int _READ = 0x01; #endif \ No newline at end of file
diff -r 1125339234de -r 5335182295f2 datestring.h