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.
Revision 12:3dc52826343f, committed 2017-10-01
- Comitter:
- WiredHome
- Date:
- Sun Oct 01 18:07:46 2017 +0000
- Parent:
- 10:deeaec151283
- Commit message:
- make a private data structure static to avoid a name clash
Changed in this revision
iCal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/iCal.cpp Tue Jan 26 11:58:10 2016 +0000 +++ b/iCal.cpp Sun Oct 01 18:07:46 2017 +0000 @@ -34,7 +34,7 @@ int EventCount = 0; int32_t tzoTZIDSec = 0; -const char * RPT_DAYS[] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA", "" }; +static const char * RPT_DAYS[] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA", "" }; int GetNumEvents(void) {