Skip to content

Commit eca1340

Browse files
committed
Use correct message name
1 parent 3fa7d16 commit eca1340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/telemetry.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,6 @@ message CPUInfoTel {
290290

291291
// Surface Unit telemetry message.
292292
message SurfaceUnitTel {
293-
SurfaceUnitBatteryTel battery_info = 1; // Battery information.
293+
SurfaceUnitBatteryInfo battery_info = 1; // Battery information.
294294
SurfaceUnitVersionInfo version_info = 2; // Version information.
295295
}

0 commit comments

Comments
 (0)