forked from Archive/PX4-Autopilot
Hotfix: remove bogus commit
This commit is contained in:
parent
fb57d5a186
commit
465f161427
|
@ -124,8 +124,6 @@ controls_tick() {
|
||||||
r_status_flags |= PX4IO_P_STATUS_FLAGS_RC_PPM;
|
r_status_flags |= PX4IO_P_STATUS_FLAGS_RC_PPM;
|
||||||
perf_end(c_gather_ppm);
|
perf_end(c_gather_ppm);
|
||||||
|
|
||||||
ASSERT(r_raw_rc_count <= PX4IO_CONTROL_CHANNELS);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* In some cases we may have received a frame, but input has still
|
* In some cases we may have received a frame, but input has still
|
||||||
* been lost.
|
* been lost.
|
||||||
|
|
Loading…
Reference in New Issue