diff options
Diffstat (limited to 'src/stm32/can.c')
-rw-r--r-- | src/stm32/can.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/can.c b/src/stm32/can.c index 6e50cea9..427a7855 100644 --- a/src/stm32/can.c +++ b/src/stm32/can.c @@ -12,6 +12,7 @@ #include "command.h" // DECL_CONSTANT_STR #include "generic/armcm_boot.h" // armcm_enable_irq #include "generic/canbus.h" // canbus_notify_tx +#include "generic/canserial.h" // CANBUS_ID_ADMIN #include "internal.h" // enable_pclock #include "sched.h" // DECL_INIT |