Skip to content

Commit

Permalink
Update protos/remote_id/remote_id.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Vautherin <[email protected]>
  • Loading branch information
persuader72 and JonasVautherin authored Jan 11, 2024
1 parent 1731c6d commit 681b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/remote_id/remote_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ message SetSelfIdResponse {
}

message BasicId {
uint32 id_type= 1; // Indicates the format for the uas_id field of this message.
uint32 id_type = 1; // Indicates the format for the uas_id field of this message.
uint32 ua_type = 2; // Indicates the type of UA (Unmanned Aircraft).
string uas_id = 3; // UAS ID following the format specified by id_type.
}
Expand Down

0 comments on commit 681b40b

Please sign in to comment.