mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 18:00:35 +08:00
We do not know all secret S.BUS2 codes yet
This commit is contained in:
@@ -241,9 +241,8 @@ sbus_decode(hrt_abstime frame_time, uint16_t *values, uint16_t *num_values, uint
|
||||
case 0xE3:
|
||||
break;
|
||||
default:
|
||||
/* we expect one of these, else abort */
|
||||
sbus_frame_drops++;
|
||||
return false;
|
||||
/* we expect one of the bits above, but there are some we don't know yet */
|
||||
break;
|
||||
}
|
||||
|
||||
/* we have received something we think is a frame */
|
||||
|
||||
Reference in New Issue
Block a user