Copter: redo of commit b24d850695
This commit is contained in:
parent
a6a9678e94
commit
aa8cae82b0
@ -426,6 +426,6 @@ void Copter::update_sensor_status_flags(void)
|
||||
|
||||
#if FRSKY_TELEM_ENABLED == ENABLED
|
||||
// give mask of error flags to Frsky_Telemetry
|
||||
frsky_telemetry.update_sensor_status_flags(!control_sensors_health & control_sensors_enabled & control_sensors_present);
|
||||
frsky_telemetry.update_sensor_status_flags(~control_sensors_health & control_sensors_enabled & control_sensors_present);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user