Skip to content
Snippets Groups Projects
Commit 3d185e18 authored by Mark Whitehorn's avatar Mark Whitehorn Committed by Lorenz Meier
Browse files

remove warnx in set_rc_scan_state

parent eb36eac1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment