bump cereal

* bump cereal

* TIM9 to TICK in boardd.cc
old-commit-hash: 8e3d7a43c36843bc1b85a0ec8270052c12755109
This commit is contained in:
Igor
2021-07-13 21:42:49 -07:00
committed by GitHub
parent 25da80a472
commit 7595ad4d28
2 changed files with 2 additions and 2 deletions
+1 -1
Submodule cereal updated: b87d81bfaa...150e87dbfd
+1 -1
View File
@@ -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++;