Fix missing call to Write in get_vbus_voltage

This commit is contained in:
Paul Guenette
2019-03-17 18:32:14 +01:00
parent 4f33351142
commit 1ff263a2b5
+1
View File
@@ -349,6 +349,7 @@ void CANSimple::get_vbus_voltage_callback(Axis* axis, CAN_message_t& msg) {
txmsg.buf[5] = 0;
txmsg.buf[6] = 0;
txmsg.buf[7] = 0;
odCAN->write(txmsg);
}
void CANSimple::send_heartbeat(Axis* axis) {