File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ alarmMinute LITERAL2
4141alarmSeconds LITERAL2
4242alarmHundredths LITERAL2
4343alarmTextWeekday LITERAL2
44- RTC LITERAL2
44+ rtc LITERAL2
Original file line number Diff line number Diff line change 66#include " RTC.h"
77#include < time.h>
88
9- Apollo3RTC RTC ;
9+ Apollo3RTC rtc ;
1010
1111am_hal_rtc_time_t hal_time;
1212am_hal_rtc_time_t alm_time;
Original file line number Diff line number Diff line change 88
99#include < Arduino.h>
1010
11- #ifdef RTC
12- #undef RTC
11+ #ifdef rtc
12+ #undef rtc
1313#endif
1414
1515class Apollo3RTC {
@@ -57,6 +57,6 @@ class Apollo3RTC {
5757 const char *alarmTextWeekday;
5858};
5959
60- extern Apollo3RTC RTC ;
60+ extern Apollo3RTC rtc ;
6161
6262#endif // _APOLLO3_LIBRARIES_RTC_H_
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ WDT_128HZ KEYWORD2
2626WDT_16 KEYWORD2
2727WDT_1HZ KEYWORD2
2828WDT1_16HZ KEYWORD2
29- WDT LITERAL2
29+ wdt LITERAL2
You can’t perform that action at this time.
0 commit comments