mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-26 08:22:05 +08:00
+1
-1
Submodule cereal updated: f1463a08ee...f86de2b1a3
+1
-1
Submodule panda updated: b2cf197679...a35e9a1edb
@@ -419,6 +419,10 @@ std::optional<bool> send_panda_states(PubMaster *pm, const std::vector<Panda *>
|
||||
cs[j].setCanfdEnabled(can_health.canfd_enabled);
|
||||
cs[j].setBrsEnabled(can_health.brs_enabled);
|
||||
cs[j].setCanfdNonIso(can_health.canfd_non_iso);
|
||||
cs[j].setIrq0CallRate(can_health.irq0_call_rate);
|
||||
cs[j].setIrq1CallRate(can_health.irq1_call_rate);
|
||||
cs[j].setIrq2CallRate(can_health.irq2_call_rate);
|
||||
cs[j].setCanCoreResetCnt(can_health.can_core_reset_cnt);
|
||||
}
|
||||
|
||||
// Convert faults bitset to capnp list
|
||||
|
||||
Reference in New Issue
Block a user