summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch.c
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-05 15:49:20 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-05 16:04:03 -0400
commit4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e (patch)
treec982b97709a027778b483c50d795d5a33cca9f0d /watch-library/watch/watch.c
parentfb249f9b487ae2d6b14ae9ce875ef4054d05c6f2 (diff)
downloadSensor-Watch-4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e.tar.gz
Sensor-Watch-4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e.tar.bz2
Sensor-Watch-4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e.zip
documentation!
Diffstat (limited to 'watch-library/watch/watch.c')
-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 b569c13d..6931a73a 100644
--- a/watch-library/watch/watch.c
+++ b/watch-library/watch/watch.c
@@ -4,7 +4,7 @@
//////////////////////////////////////////////////////////////////////////////////////////
// Initialization
-void watch_init() {
+void _watch_init() {
// Use switching regulator for lower power consumption.
SUPC->VREG.bit.SEL = 1;
while(!SUPC->STATUS.bit.VREGRDY);