fix renaming of _watch_rtc_is_enabled

This commit is contained in:
Joey Castillo
2021-08-08 15:01:44 -04:00
parent e491db84ba
commit 27edc50be1
2 changed files with 2 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ void watch_set_led_off() {
//////////////////////////////////////////////////////////////////////////////////////////
// Real-time Clock
bool watch_rtc_is_enabled() {
bool _watch_rtc_is_enabled() {
return RTC->MODE0.CTRLA.bit.ENABLE;
}