From 681b40bd44cfe21c0c8ffe0433fb05bec124655d Mon Sep 17 00:00:00 2001 From: Stefano Pagnottelli Date: Thu, 11 Jan 2024 13:53:44 +0100 Subject: [PATCH] Update protos/remote_id/remote_id.proto Co-authored-by: Jonas Vautherin --- protos/remote_id/remote_id.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/remote_id/remote_id.proto b/protos/remote_id/remote_id.proto index bf78003f..982cca02 100644 --- a/protos/remote_id/remote_id.proto +++ b/protos/remote_id/remote_id.proto @@ -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. }