mirror of https://github.com/ArduPilot/ardupilot
AP_RTC: correct logger documentation
This commit is contained in:
parent
c72108c1af
commit
e23d82a9df
|
@ -114,9 +114,8 @@ void AP_RTC::set_utc_usec(uint64_t time_utc_usec, source_type type)
|
||||||
// @LoggerMessage: RTC
|
// @LoggerMessage: RTC
|
||||||
// @Description: Information about RTC clock resets
|
// @Description: Information about RTC clock resets
|
||||||
// @Field: TimeUS: Time since system startup
|
// @Field: TimeUS: Time since system startup
|
||||||
// @Field: old: old time
|
// @Field: old_utc: old time
|
||||||
// @Field: new: new time
|
// @Field: new_utc: new time
|
||||||
// @Field: in: new argument time
|
|
||||||
AP::logger().WriteStreaming(
|
AP::logger().WriteStreaming(
|
||||||
"RTC",
|
"RTC",
|
||||||
"TimeUS,old_utc,new_utc",
|
"TimeUS,old_utc,new_utc",
|
||||||
|
|
Loading…
Reference in New Issue