diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-05-10 15:03:55 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-05-10 15:03:55 -0400 |
commit | a6b3d2f18f1247b2bf56b4633b97d034a1a48476 (patch) | |
tree | 480b3e8847766f8e545427a2a476598a56cf431b | |
parent | 2c441b4502c3fb4d5199d1193475b3f2e74cac0a (diff) | |
download | kutter-a6b3d2f18f1247b2bf56b4633b97d034a1a48476.tar.gz kutter-a6b3d2f18f1247b2bf56b4633b97d034a1a48476.tar.xz kutter-a6b3d2f18f1247b2bf56b4633b97d034a1a48476.zip |
stm32: Remove unused header from can.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/stm32/can.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stm32/can.c b/src/stm32/can.c index 30b2886d..613c1f27 100644 --- a/src/stm32/can.c +++ b/src/stm32/can.c @@ -13,7 +13,6 @@ #include "fasthash.h" // fasthash64 #include "generic/armcm_boot.h" // armcm_enable_irq #include "generic/canbus.h" // canbus_notify_tx -#include "generic/serial_irq.h" // serial_rx_byte #include "internal.h" // enable_pclock #include "sched.h" // DECL_INIT |