From fedc108c8f664b44ae1a4c0d6b6378584533c314 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 18 Sep 2021 15:06:11 -0400 Subject: remove rtos; disable systick --- buttons.c | 1 - 1 file changed, 1 deletion(-) (limited to 'buttons.c') 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; -- cgit v1.2.3