Skip to content

Commit

Permalink
AP_Logger: correct enumeration name -> AP_SmartRTL::Action
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jun 26, 2024
1 parent 5e51013 commit 515e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Logger/LogStructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 515e25e

Please sign in to comment.