diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-09-18 15:06:11 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-09-18 15:06:11 -0400 |
commit | fedc108c8f664b44ae1a4c0d6b6378584533c314 (patch) | |
tree | 0f740c4d6b96fedba6762b9e3ca5652b40b49cea /buttons.c | |
parent | c61598fe95bb188ca28f1710dd8a42907bb797cb (diff) |
remove rtos; disable systick
Diffstat (limited to 'buttons.c')
-rw-r--r-- | buttons.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ */ #include "buttons.h" -#include "ch.h" #include "hal.h" unsigned char button_state = 0; |