mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: correct enumeration name -> AP_SmartRTL::Action
This commit is contained in:
parent
2c89622f09
commit
780352cd75
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue