Skip to content

Commit

Permalink
ELEC-334: Rename CANMessage to CanMessage (#31)
Browse files Browse the repository at this point in the history
Rename generated struct from CANMessage to CanMessage
  • Loading branch information
karlding authored Sep 15, 2018
1 parent 8608cbb commit 2c539b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/can_transmit.mako.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
% endfor
) \
({ \
CANMessage msg = { 0 }; \
CanMessage msg = { 0 }; \
CAN_PACK_${frame.msg_name}(&msg \
% for field in frame.fields:
, (${field}_${frame.ftype}) \
Expand Down

0 comments on commit 2c539b3

Please sign in to comment.