Fixed compiling without can
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "can.h"
|
||||
#ifdef FEATURE_CAN
|
||||
|
||||
// system includes
|
||||
#include <cstring>
|
||||
@ -453,3 +454,4 @@ void sendCanCommands()
|
||||
}
|
||||
|
||||
} // namespace can
|
||||
#endif
|
||||
|
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifdef FEATURE_CAN
|
||||
|
||||
// system includes
|
||||
#include <optional>
|
||||
@ -35,3 +36,4 @@ bool tryParseCanInput();
|
||||
void parseCanInput();
|
||||
void sendCanCommands();
|
||||
} // namespace can
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user