diff options
Diffstat (limited to 'src/stm32/fdcan.c')
-rwxr-xr-x | src/stm32/fdcan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/fdcan.c b/src/stm32/fdcan.c index 3af9ffa8..c142420e 100755 --- a/src/stm32/fdcan.c +++ b/src/stm32/fdcan.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 "generic/serial_irq.h" // serial_rx_byte #include "internal.h" // enable_pclock #include "sched.h" // DECL_INIT |