Skip to content

Commit e025348

Browse files
committed
sending msg to telem too
1 parent 2895dd3 commit e025348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/interfaces/src/InverterInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ void InverterInterface::send_INV_SETPOINT_COMMAND()
140140
msg_out.negative_torque_limit_ro = HYTECH_negative_torque_limit_ro_toS(_inverter_control_inputs.negative_torque_limit);
141141

142142
CAN_util::enqueue_msg(&msg_out, &Pack_INV1_CONTROL_INPUT_hytech, VCRCANInterfaceImpl::inverter_can_tx_buffer, inverter_ids.inv_control_input_id);
143+
CAN_util::enqueue_msg(&msg_out, &Pack_INV1_CONTROL_INPUT_hytech, VCRCANInterfaceImpl::telem_can_tx_buffer, inverter_ids.inv_control_input_id);
143144
}
144145

145146
void InverterInterface::send_INV_CONTROL_WORD()

0 commit comments

Comments
 (0)