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.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'watch-library/watch/watch.c') diff --git a/watch-library/watch/watch.c b/watch-library/watch/watch.c index d55b61fe..059c2a93 100644 --- a/watch-library/watch/watch.c +++ b/watch-library/watch/watch.c @@ -24,11 +24,6 @@ #include "watch.h" -// TODO: this should all live in watch_deepsleep.c, but right now watch_extint.c needs it -// because we're being too clever about the alarm button. -static void extwake_callback(uint8_t reason); -ext_irq_cb_t btn_alarm_callback; - #include "watch_rtc.c" #include "watch_slcd.c" #include "watch_extint.c" -- cgit v1.2.3