AP_Logger: correct enumeration name -> AP_SmartRTL::Action

This commit is contained in:
Peter Barker 2024-06-27 09:44:45 +10:00 committed by Peter Barker
parent 2c89622f09
commit 780352cd75
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ struct PACKED log_VER {
// @Field: NumPts: number of points currently in use
// @Field: MaxPts: maximum number of points that could be used
// @Field: Action: most recent internal action taken by SRTL library
// @FieldValueEnum: Action: AP_SmartRTL::SRTL_Actions
// @FieldValueEnum: Action: AP_SmartRTL::Action
// @Field: N: point associated with most recent action (North component)
// @Field: E: point associated with most recent action (East component)
// @Field: D: point associated with most recent action (Down component)