Update serial_can.cpp

This commit is contained in:
rusefillc 2021-12-08 17:01:53 -05:00 committed by GitHub
parent 5830975040
commit 68bddbe820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@
#include "crc.h"
#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 CanTsListener listener;
#endif // HAL_USE_CAN