From 09152cd254cf369decf485482b91e4315f8bb75e Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 5 Apr 2020 10:16:28 +1000 Subject: [PATCH] AP_Logger: correct time field name on DMS --- 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 2b0dfe17ba..0e244715a7 100644 --- a/libraries/AP_Logger/LogStructure.h +++ b/libraries/AP_Logger/LogStructure.h @@ -1372,7 +1372,7 @@ struct PACKED log_Arm_Disarm { // @LoggerMessage: DMS // @Description: DataFlash-Over-MAVLink statistics -// @Field: TimeMS: Time since system startup +// @Field: TimeUS: Time since system startup // @Field: N: Current block number // @Field: Dp: Number of times we rejected a write to the backend // @Field: RT: Number of blocks sent from the retry queue