mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: Clean up spacing
Co-authored-by: Peter Hall <33176108+IamPete1@users.noreply.github.com>
This commit is contained in:
parent
2b95582d22
commit
29897f99af
|
@ -136,7 +136,7 @@ public:
|
|||
// 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
|
||||
|
|
Loading…
Reference in New Issue