Skip to content

Commit

Permalink
AP_L1_Control: Remove false setter in header
Browse files Browse the repository at this point in the history
* Save flash

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Oct 28, 2024
1 parent 159c9f3 commit 58a7602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_L1_Control/AP_L1_Control.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ class AP_L1_Control : public AP_Navigation {
int32_t get_yaw_sensor() const;

// allow loiter radius scaling to be disabled (in path guidance).
bool _disable_loiter_radius_scaling = false;
bool _disable_loiter_radius_scaling;
};

0 comments on commit 58a7602

Please sign in to comment.