mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 06:03:02 +08:00
px4fmu trivial style fix
This commit is contained in:
@@ -1487,6 +1487,7 @@ PX4FMU::cycle()
|
|||||||
} else {
|
} else {
|
||||||
orb_publish(ORB_ID(input_rc), _to_input_rc, &_rc_in);
|
orb_publish(ORB_ID(input_rc), _to_input_rc, &_rc_in);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (!rc_updated && ((hrt_absolute_time() - _rc_in.timestamp_last_signal) > 1000 * 1000)) {
|
} else if (!rc_updated && ((hrt_absolute_time() - _rc_in.timestamp_last_signal) > 1000 * 1000)) {
|
||||||
_rc_scan_locked = false;
|
_rc_scan_locked = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user