From e23d82a9dfae69cf1a0023cc429748ab4c94c4c9 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 21 Nov 2024 13:45:06 +1100 Subject: [PATCH] AP_RTC: correct logger documentation --- libraries/AP_RTC/AP_RTC.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/AP_RTC/AP_RTC.cpp b/libraries/AP_RTC/AP_RTC.cpp index 7a2f6e7efd..46c5df2d9b 100644 --- a/libraries/AP_RTC/AP_RTC.cpp +++ b/libraries/AP_RTC/AP_RTC.cpp @@ -114,9 +114,8 @@ void AP_RTC::set_utc_usec(uint64_t time_utc_usec, source_type type) // @LoggerMessage: RTC // @Description: Information about RTC clock resets // @Field: TimeUS: Time since system startup - // @Field: old: old time - // @Field: new: new time - // @Field: in: new argument time + // @Field: old_utc: old time + // @Field: new_utc: new time AP::logger().WriteStreaming( "RTC", "TimeUS,old_utc,new_utc",