From d09d3c3c95a412ce5f5af8068205c416938510e7 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 25 Aug 2021 12:15:58 -0600 Subject: external interrupt refactor: allow enabling in watch library functions --- watch-library/watch/watch_private.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch-library/watch/watch_private.c') 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; } -- cgit v1.2.3