Driver: Servd: Fix Address creation

This commit is contained in:
Kyle Schwarz
2025-06-19 16:48:15 -04:00
parent c91db6355c
commit 5795791eac
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -88,6 +88,7 @@ inline std::ostream& operator<<(std::ostream& os, const LiveDataValueType cmd) {
case LiveDataValueType::GPS_TIME_VALID: return os << "GPS Time Valid";
case LiveDataValueType::DAQ_ENABLE: return os << "DAQ Enable";
case LiveDataValueType::MANUAL_TRIGGER: return os << "Manual Trigger";
case LiveDataValueType::TIME_SINCE_MSG: return os << "Time Since Msg";
}
return os;
}