mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
some printf format and conversion fixes
This commit is contained in:
@@ -337,7 +337,7 @@ void RCInput::Run()
|
||||
constexpr hrt_abstime rc_scan_max = 300_ms;
|
||||
|
||||
bool sbus_failsafe, sbus_frame_drop;
|
||||
unsigned frame_drops;
|
||||
unsigned frame_drops = 0;
|
||||
bool dsm_11_bit;
|
||||
|
||||
if (_report_lock && _rc_scan_locked) {
|
||||
|
||||
Reference in New Issue
Block a user