Skip to content

Commit

Permalink
First round of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Feb 19, 2022
1 parent 3d0f03a commit 0f12cb7
Show file tree
Hide file tree
Showing 7 changed files with 315 additions and 453 deletions.
2 changes: 1 addition & 1 deletion comm_can.c
Expand Up @@ -1655,7 +1655,7 @@ static void decode_msg(uint32_t eid, uint8_t *data8, int len, bool is_replaced)
case CAN_PACKET_POLL_TS5700N8501_STATUS: {
comm_can_transmit_eid_replace(app_get_configuration()->controller_id |
((uint32_t)CAN_PACKET_POLL_TS5700N8501_STATUS << 8),
encoder_get_raw_status(), 8, true);
TS5700N8501_get_raw_status(), 8, true);
} break;

case CAN_PACKET_CONF_BATTERY_CUT:
Expand Down

0 comments on commit 0f12cb7

Please sign in to comment.