Skip to content

Commit 0550a59

Browse files
committed
autosync
1 parent 138d232 commit 0550a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ODriveCAN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define REQUEST_PENDING 0xff
1010

1111
#define CREATE_CAN_INTF_WRAPPER(TIntf) \
12-
ODriveCanIntfWrapper wrap_can_intf(TIntf& intf) { \
12+
static inline ODriveCanIntfWrapper wrap_can_intf(TIntf& intf) { \
1313
return { \
1414
&intf, \
1515
[](void* intf, uint32_t id, uint8_t length, const uint8_t* data) { return sendMsg(*(TIntf*)intf, id, length, data); }, \

0 commit comments

Comments
 (0)