summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch.c
diff options
context:
space:
mode:
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);