mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-27 18:03:52 +08:00
bump cereal
* bump cereal
* TIM9 to TICK in boardd.cc
old-commit-hash: 8e3d7a43c3
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