summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_private.c
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2021-08-26 16:32:42 -0400
committerGitHub <noreply@github.com>2021-08-26 16:32:42 -0400
commit6050aff2358c1535d967e13548bf54e7358a1b29 (patch)
tree9047066f6e241b3008199241f6146439b4455a9d /watch-library/watch/watch_private.c
parentef9736a3c96d3e345b7184c678921b5243bbbb99 (diff)
parentd09d3c3c95a412ce5f5af8068205c416938510e7 (diff)
downloadSensor-Watch-6050aff2358c1535d967e13548bf54e7358a1b29.tar.gz
Sensor-Watch-6050aff2358c1535d967e13548bf54e7358a1b29.tar.bz2
Sensor-Watch-6050aff2358c1535d967e13548bf54e7358a1b29.zip
Merge pull request #8 from joeycastillo/external-interrupts
External interrupt refactor (closes #4, closes #5)
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;
}