mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +08:00
px4io: fixed logical vs bitwise typo
This commit is contained in:
@@ -275,7 +275,7 @@ controls_main(void)
|
||||
r_status_flags |= PX4IO_P_STATUS_FLAGS_OVERRIDE;
|
||||
|
||||
/* mix new RC input control values to servos */
|
||||
if (dsm_updated | sbus_updated | ppm_updated)
|
||||
if (dsm_updated || sbus_updated || ppm_updated)
|
||||
mixer_tick();
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user