Plane: use 16 bit mask for GCS_PID_MASK

This commit is contained in:
Andrew Tridgell 2015-05-27 15:09:19 +10:00
parent 1792710f41
commit 2f5ade4810

View File

@ -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;