Skip to content

Commit 12e2790

Browse files
committed
Use library shipped with MySensors
1 parent bd7eea3 commit 12e2790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hal/transport/CAN/MyTransportCAN.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// header model (29 bits)
99
// G FEEE DDDD CCCC BBBB BBBB AAAA AAAA
1010

11-
#include <mcp_can.h>
11+
#include "hal/transport/CAN/driver/mcp_can.h"
12+
#include "hal/transport/CAN/driver/mcp_can.cpp"
1213
#include "MyTransportCAN.h"
1314
#define CAN0_INT 2 // TODO make configurable
1415
MCP_CAN CAN0(10); // TODO make configurable

0 commit comments

Comments
 (0)