From 48acec80a40936ab66fb06820ac766187158062e Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 24 Nov 2024 14:22:56 +1100 Subject: [PATCH] AP_Logger: correct typo in MAV documentation --- libraries/AP_Logger/LogStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Logger/LogStructure.h b/libraries/AP_Logger/LogStructure.h index 8915024da6..d2c014eb33 100644 --- a/libraries/AP_Logger/LogStructure.h +++ b/libraries/AP_Logger/LogStructure.h @@ -800,7 +800,7 @@ struct PACKED log_VER { // @Field: txp: transmitted packet count // @Field: rxp: received packet count // @Field: rxdp: perceived number of packets we never received -// @Field: flags: compact representation of some stage of the channel +// @Field: flags: compact representation of some state of the channel // @FieldBitmaskEnum: flags: GCS_MAVLINK::Flags // @Field: ss: stream slowdown is the number of ms being added to each message to fit within bandwidth // @Field: tf: times buffer was full when a message was going to be sent