Skip to content

Commit 3fa7d16

Browse files
committed
Fix typo in message
1 parent 8905b60 commit 3fa7d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ message CPUInfo {
12281228
//
12291229
// This message is published by the Surface Unit, and re-published by
12301230
// the drone over the communication protocol.
1231-
message SurfaceUnitBattery {
1231+
message SurfaceUnitBatteryInfo {
12321232
enum ChargeStatus {
12331233
CHARGE_STATUS_UNSPECIFIED = 0;
12341234
CHARGE_STATUS_DISCHARGE = 1;

0 commit comments

Comments
 (0)