aboutsummaryrefslogtreecommitdiffstats
path: root/buttons.c
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-09-18 15:06:11 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-09-18 15:06:11 -0400
commitfedc108c8f664b44ae1a4c0d6b6378584533c314 (patch)
tree0f740c4d6b96fedba6762b9e3ca5652b40b49cea /buttons.c
parentc61598fe95bb188ca28f1710dd8a42907bb797cb (diff)
remove rtos; disable systick
Diffstat (limited to 'buttons.c')
-rw-r--r--buttons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/buttons.c b/buttons.c
index 5605e69..45ea7bd 100644
--- a/buttons.c
+++ b/buttons.c
@@ -10,7 +10,6 @@
*/
#include "buttons.h"
-#include "ch.h"
#include "hal.h"
unsigned char button_state = 0;