summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_private.c
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-25 12:15:58 -0600
committerJoey Castillo <jose.castillo@gmail.com>2021-08-25 12:15:58 -0600
commitd09d3c3c95a412ce5f5af8068205c416938510e7 (patch)
tree3881a35421aec0ad645cc43fd226e848d1cb6a1e /watch-library/watch/watch_private.c
parentc35e8e2b07e971c587bda9a4c28a5916312fd4cd (diff)
downloadSensor-Watch-d09d3c3c95a412ce5f5af8068205c416938510e7.tar.gz
Sensor-Watch-d09d3c3c95a412ce5f5af8068205c416938510e7.tar.bz2
Sensor-Watch-d09d3c3c95a412ce5f5af8068205c416938510e7.zip
external interrupt refactor: allow enabling in watch library functions
Diffstat (limited to 'watch-library/watch/watch_private.c')
-rw-r--r--watch-library/watch/watch_private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/watch/watch_private.c b/watch-library/watch/watch_private.c
index bfe171f1..cd9c2baa 100644
--- a/watch-library/watch/watch_private.c
+++ b/watch-library/watch/watch_private.c
@@ -40,5 +40,5 @@ void _watch_init() {
// set up state
btn_alarm_callback = NULL;
a2_callback = NULL;
- d1_callback = NULL;
+ a4_callback = NULL;
}