Skip to content

Commit 2da79c2

Browse files
annaw212colescott
authored andcommitted
Add header file and delete some lines
1 parent c643482 commit 2da79c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bms/src/BmsThread.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "EnergusTempSensor.h"
1212
#include "LTC6811.h"
1313
#include "LTC6811Bus.h"
14+
#include "Can.h"
1415

1516
class BMSThread {
1617
public:

bms/src/Main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
// * Failed init
3030
// * Comm fail
3131

32-
//static constexpr CANConfig cancfg =
33-
// CANOptions::config<CANOptions::BaudRate::k500k, false>();
3432

3533
Serial* serial;
3634
CAN* canBus;

0 commit comments

Comments
 (0)