summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/watch-library/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smol Watch Project/My Project/watch-library/watch.h')
-rw-r--r--Smol Watch Project/My Project/watch-library/watch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Smol Watch Project/My Project/watch-library/watch.h b/Smol Watch Project/My Project/watch-library/watch.h
index 1b50251f..860102f9 100644
--- a/Smol Watch Project/My Project/watch-library/watch.h
+++ b/Smol Watch Project/My Project/watch-library/watch.h
@@ -11,9 +11,6 @@
#include <stdint.h>
#include "hpl_calendar.h"
#include "hal_ext_irq.h"
-#include "hal_timer.h"
-
-typedef void (*watch_tick_cb)(void);
typedef struct Watch {
bool display_enabled;