Skip to content

Commit e8bcd94

Browse files
authored
Merge pull request #165 from BluEye-Robotics/jp-pino/remove-optional
Remove optional modifier (deprecated in Proto3 syntax)
2 parents 4499c95 + 86cce3e commit e8bcd94

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
@@ -974,7 +974,7 @@ message MultibeamPing {
974974

975975
bytes ping_data = 10; // Ping data (row major, 2D, grayscale image)
976976
GuestPortDeviceID device_id = 11; // Device ID of the sonar
977-
optional google.protobuf.Timestamp frame_generation_timestamp = 12; // Timestamp when the frame was generated
977+
google.protobuf.Timestamp frame_generation_timestamp = 12; // Timestamp when the frame was generated
978978
}
979979

980980

0 commit comments

Comments
 (0)