mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
fix code style
This commit is contained in:
committed by
Lorenz Meier
parent
ab1bbb9ed8
commit
5a93e68918
@@ -941,7 +941,7 @@ PX4FMU::cycle()
|
||||
// we have a new SBUS frame. Publish it.
|
||||
fill_rc_in(raw_rc_count, raw_rc_values, now,
|
||||
sbus_frame_drop, sbus_failsafe, frame_drops);
|
||||
_rc_scan_locked = true;
|
||||
_rc_scan_locked = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1081,7 +1081,7 @@ PX4FMU::cycle()
|
||||
_rc_scan_locked = true;
|
||||
}
|
||||
|
||||
} else {
|
||||
} else {
|
||||
// disable CPPM input by mapping it away from the timer capture input
|
||||
stm32_configgpio(GPIO_PPM_IN & ~(GPIO_AF_MASK | GPIO_PUPD_MASK));
|
||||
// Scan the next protocol
|
||||
|
||||
Reference in New Issue
Block a user