external interrupt refactor: allow enabling in watch library functions

This commit is contained in:
Joey Castillo
2021-08-25 12:15:58 -06:00
parent c35e8e2b07
commit d09d3c3c95
8 changed files with 234 additions and 129 deletions

View File

@@ -40,5 +40,5 @@ void _watch_init() {
// set up state
btn_alarm_callback = NULL;
a2_callback = NULL;
d1_callback = NULL;
a4_callback = NULL;
}