File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ alarmMinute LITERAL2
41
41
alarmSeconds LITERAL2
42
42
alarmHundredths LITERAL2
43
43
alarmTextWeekday LITERAL2
44
- RTC LITERAL2
44
+ rtc LITERAL2
Original file line number Diff line number Diff line change 6
6
#include " RTC.h"
7
7
#include < time.h>
8
8
9
- Apollo3RTC RTC ;
9
+ Apollo3RTC rtc ;
10
10
11
11
am_hal_rtc_time_t hal_time;
12
12
am_hal_rtc_time_t alm_time;
Original file line number Diff line number Diff line change 8
8
9
9
#include < Arduino.h>
10
10
11
- #ifdef RTC
12
- #undef RTC
11
+ #ifdef rtc
12
+ #undef rtc
13
13
#endif
14
14
15
15
class Apollo3RTC {
@@ -57,6 +57,6 @@ class Apollo3RTC {
57
57
const char *alarmTextWeekday;
58
58
};
59
59
60
- extern Apollo3RTC RTC ;
60
+ extern Apollo3RTC rtc ;
61
61
62
62
#endif // _APOLLO3_LIBRARIES_RTC_H_
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ WDT_128HZ KEYWORD2
26
26
WDT_16 KEYWORD2
27
27
WDT_1HZ KEYWORD2
28
28
WDT1_16HZ KEYWORD2
29
- WDT LITERAL2
29
+ wdt LITERAL2
You can’t perform that action at this time.
0 commit comments