Skip to content

Commit

Permalink
fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
eFiniLan committed Jan 29, 2024
1 parent 4dc5696 commit 34f398c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions can/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ void CANParser::UpdateCans(uint64_t nanos, const capnp::DynamicStruct::Reader& c
}

void CANParser::UpdateValid(uint64_t nanos) {
#ifndef IGNORE_DBC_CHECKS
const bool show_missing = (last_nanos - first_nanos) > 8e9;
#endif

bool _valid = true;
bool _counters_valid = true;
Expand Down

0 comments on commit 34f398c

Please sign in to comment.