mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_MotorsHeli: whitespace fixes
This commit is contained in:
parent
ef80634435
commit
79e8c8f7f7
@ -392,10 +392,6 @@ uint16_t AP_MotorsHeli::get_motor_mask()
|
||||
return (1U << 0 | 1U << 1 | 1U << 2 | 1U << 3 | 1U << AP_MOTORS_HELI_AUX | 1U << AP_MOTORS_HELI_RSC);
|
||||
}
|
||||
|
||||
//
|
||||
// protected methods
|
||||
//
|
||||
|
||||
void AP_MotorsHeli::output_armed_not_stabilizing()
|
||||
{
|
||||
// stabilizing servos always operate for helicopters
|
||||
@ -434,10 +430,6 @@ void AP_MotorsHeli::output_disarmed()
|
||||
output_armed_stabilizing();
|
||||
}
|
||||
|
||||
//
|
||||
// private methods
|
||||
//
|
||||
|
||||
// reset_swash - free up swash for maximum movements. Used for set-up
|
||||
void AP_MotorsHeli::reset_swash()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user