LINMessage: Fix timestamp scaling

pull/64/head^2
Kyle Schwarz 2024-12-19 15:54:27 -05:00
parent 34cacf4cf2
commit c4ce803d62
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ bool Decoder::decode(std::shared_ptr<Message>& result, const std::shared_ptr<Pac
LINMessage& msg = *static_cast<LINMessage*>(result.get());
msg.network = packet->network;
msg.timestamp *= timestampResolution;
return true;
}
case Network::Type::MDIO: {