Update serial_can.cpp
This commit is contained in:
parent
5830975040
commit
68bddbe820
|
@ -15,7 +15,12 @@
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
|
|
||||||
#if HAL_USE_CAN
|
#if HAL_USE_CAN
|
||||||
static CanStreamer streamer;
|
#include "serial_can.h"
|
||||||
|
#include "can.h"
|
||||||
|
#include "can_msg_tx.h"
|
||||||
|
|
||||||
|
|
||||||
|
CanStreamer streamer;
|
||||||
static CanStreamerState state(&streamer);
|
static CanStreamerState state(&streamer);
|
||||||
static CanTsListener listener;
|
static CanTsListener listener;
|
||||||
#endif // HAL_USE_CAN
|
#endif // HAL_USE_CAN
|
||||||
|
|
Loading…
Reference in New Issue