summaryrefslogtreecommitdiffstats
path: root/watch-library/watch
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-08 15:01:44 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-08 15:02:04 -0400
commit27edc50be1326934a0a352fa0474e8715ed83f98 (patch)
treeff1bccfd0927b1af8e0dcc7f47caf99670fee38f /watch-library/watch
parente491db84ba898730dd568b872ec69037821d0c22 (diff)
downloadSensor-Watch-27edc50be1326934a0a352fa0474e8715ed83f98.tar.gz
Sensor-Watch-27edc50be1326934a0a352fa0474e8715ed83f98.tar.bz2
Sensor-Watch-27edc50be1326934a0a352fa0474e8715ed83f98.zip
fix renaming of _watch_rtc_is_enabled
Diffstat (limited to 'watch-library/watch')
-rw-r--r--watch-library/watch/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/watch/watch.c b/watch-library/watch/watch.c
index 0450c360..4c891d65 100644
--- a/watch-library/watch/watch.c
+++ b/watch-library/watch/watch.c
@@ -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;
}