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.
Diff: iCal.cpp
- Revision:
- 12:3dc52826343f
- Parent:
- 10:deeaec151283
--- 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) {