Rover: redo of commit b24d850695

This commit is contained in:
floaledm 2016-10-29 14:46:36 -05:00 committed by Lucas De Marchi
parent aa8cae82b0
commit 8739858658

View File

@ -226,6 +226,6 @@ void Rover::update_sensor_status_flags(void)
#if FRSKY_TELEM_ENABLED == ENABLED #if FRSKY_TELEM_ENABLED == ENABLED
// give mask of error flags to Frsky_Telemetry // 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 #endif
} }