Fix whitespaces in PreflightCheck.cpp, tilt_quad.aux.mix, and tilt_quad.main.mix

This commit is contained in:
Mark Sauder 2018-06-28 18:20:32 -06:00 committed by Daniel Agar
parent 4e43cc3518
commit d3c169b1e0
3 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,6 @@ Tilt-Quadrotor mixer for PX4FMU (2/2) V2.0
This file defines the aux outputs mixer for a Tilt-quadrotor in the + configuration.
# @output AUX1 Outer servo motor for rotor 2 arm
# @output AUX2 Outer servo motor for rotor 4 arm
# @output AUX3 Inner servo motor for rotor 2 arm
@ -34,5 +33,3 @@ M: 2
O: 10000 10000 0 -10000 10000
S: 0 2 10000 10000 0 -10000 10000
S: 3 5 10000 10000 0 -10000 10000

View File

@ -35,4 +35,3 @@ M: 2
O: 10000 10000 0 -10000 10000
S: 0 0 -10000 -10000 0 -10000 10000
S: 0 3 10000 10000 0 -10000 10000

View File

@ -896,7 +896,7 @@ bool preflightCheck(orb_advert_t *mavlink_log_pub, vehicle_status_s &status,
}
failed = true;
set_health_flags(subsystem_info_s::SUBSYSTEM_TYPE_RCRECEIVER, status_flags.rc_signal_found_once, true, false, status);
status_flags.rc_calibration_valid = false;
} else {