mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
bump cereal
* bump cereal * TIM9 to TICK in boardd.cc old-commit-hash: 8e3d7a43c36843bc1b85a0ec8270052c12755109
This commit is contained in:
+1
-1
Submodule cereal updated: b87d81bfaa...150e87dbfd
@@ -388,7 +388,7 @@ void panda_state_thread(bool spoofing_started) {
|
||||
|
||||
size_t i = 0;
|
||||
for (size_t f = size_t(cereal::PandaState::FaultType::RELAY_MALFUNCTION);
|
||||
f <= size_t(cereal::PandaState::FaultType::INTERRUPT_RATE_TIM9); f++) {
|
||||
f <= size_t(cereal::PandaState::FaultType::INTERRUPT_RATE_TICK); f++) {
|
||||
if (fault_bits.test(f)) {
|
||||
faults.set(i, cereal::PandaState::FaultType(f));
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user