Communication: Add NeoVI timestamps

This commit is contained in:
Kyle Schwarz
2025-10-21 15:18:26 -04:00
parent 5cdaeb1edc
commit bf311ebe30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ bool Decoder::decode(std::shared_ptr<Message>& result, const std::shared_ptr<Pac
result = can;
}
result->timestamp *= timestampResolution;
result->timestamp = can->timestamp * timestampResolution;
return true;
}
case Network::NetID::DeviceStatus: {