mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
Plane: use 16 bit mask for GCS_PID_MASK
This commit is contained in:
parent
1792710f41
commit
2f5ade4810
@ -483,7 +483,7 @@ public:
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
||||
AP_Int8 override_channel;
|
||||
#endif
|
||||
AP_Int8 gcs_pid_mask;
|
||||
AP_Int16 gcs_pid_mask;
|
||||
|
||||
// RC channels
|
||||
RC_Channel rc_1;
|
||||
|
Loading…
Reference in New Issue
Block a user