Skip to content

Commit c4cd364

Browse files
committed
fix
1 parent fe17b76 commit c4cd364

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

selfdrive/boardd/boardd.cc

+4
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ std::optional<bool> send_panda_states(PubMaster *pm, const std::vector<Panda *>
400400
cs[j].setTotalTxCnt(can_health.total_tx_cnt);
401401
cs[j].setTotalRxCnt(can_health.total_rx_cnt);
402402
cs[j].setTotalFwdCnt(can_health.total_fwd_cnt);
403+
cs[j].setCanSpeed(can_health.can_speed);
404+
cs[j].setCanDataSpeed(can_health.can_data_speed);
405+
cs[j].setCanfdEnabled(can_health.canfd_enabled);
406+
cs[j].setBrsEnabled(can_health.canfd_enabled);
403407
}
404408

405409
// Convert faults bitset to capnp list

0 commit comments

Comments
 (0)