mirror of https://github.com/ArduPilot/ardupilot
SITL: use a 16-bit mask for GPIO out
This commit is contained in:
parent
1eecf07e68
commit
e7b5978d8d
|
@ -125,7 +125,7 @@ public:
|
|||
AP_Int16 flow_rate; // optflow data rate (Hz)
|
||||
AP_Int8 flow_delay; // optflow data delay
|
||||
AP_Int8 terrain_enable; // enable using terrain for height
|
||||
AP_Int8 pin_mask; // for GPIO emulation
|
||||
AP_Int16 pin_mask; // for GPIO emulation
|
||||
AP_Float speedup; // simulation speedup
|
||||
AP_Int8 odom_enable; // enable visual odomotry data
|
||||
|
||||
|
|
Loading…
Reference in New Issue