Skip to content

Commit

Permalink
Remove optional modifier (deprecated in Proto3 syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-pino committed Sep 19, 2024
1 parent 4499c95 commit 86cce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ message MultibeamPing {

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


Expand Down

0 comments on commit 86cce3e

Please sign in to comment.