LINMessage: Fix timestamp scaling

This commit is contained in:
Kyle Schwarz
2024-12-19 15:54:27 -05:00
parent 34cacf4cf2
commit c4ce803d62
+1
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: {