Skip to content

Commit

Permalink
AP_Motors: Clean up spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
bnsgeyer and IamPete1 committed May 23, 2024
1 parent 1d9b767 commit 40e26a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsHeli.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class AP_MotorsHeli : public AP_Motors {
// get_in_autorotation - allows main code to determine when aircraft is in autorotation.
bool get_in_autorotation() { return _heliflags.in_autorotation; }

// set_enable_bailout - allows main code to set when RSC can immediately ramp engine instantly
// set_enable_bailout - allows main code to set when RSC can immediately ramp engine instantly
void set_enable_bailout(bool bailout) { _heliflags.enable_bailout = bailout; }

// set land complete flag
Expand Down

0 comments on commit 40e26a7

Please sign in to comment.