diff --git a/protobuf_definitions/req_rep.proto b/protobuf_definitions/req_rep.proto index 7508fed0..d343c455 100644 --- a/protobuf_definitions/req_rep.proto +++ b/protobuf_definitions/req_rep.proto @@ -154,6 +154,10 @@ message SetHeadingModeReq { HeadingMode heading_mode = 1; // The heading mode to set. } +// Response after setting the heading mode. +message SetHeadingModeRep { +} + // Request to update the publish frequency message SetPubFrequencyReq { string message_type = 1; // Message name, f. ex. "AttitudeTel"