remove warnx in set_rc_scan_state

This commit is contained in:
Mark Whitehorn
2016-01-11 14:49:41 -07:00
committed by Lorenz Meier
parent eb36eac137
commit 3d185e18e9

View File

@@ -673,7 +673,7 @@ void PX4FMU::fill_rc_in(uint16_t raw_rc_count,
void PX4FMU::set_rc_scan_state(RC_SCAN newState)
{
warnx("RCscan: %s failed, trying %s", PX4FMU::RC_SCAN_STRING[_rc_scan_state], PX4FMU::RC_SCAN_STRING[newState]);
// warnx("RCscan: %s failed, trying %s", PX4FMU::RC_SCAN_STRING[_rc_scan_state], PX4FMU::RC_SCAN_STRING[newState]);
_rc_scan_begin = 0;
_rc_scan_state = newState;
}