mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: add and use HAL_BUTTON_ENABLE
This commit is contained in:
parent
9dd02f0c2b
commit
47455f12db
|
@ -288,7 +288,9 @@ protected:
|
|||
AP_Baro barometer;
|
||||
Compass compass;
|
||||
AP_InertialSensor ins;
|
||||
#if HAL_BUTTON_ENABLED
|
||||
AP_Button button;
|
||||
#endif
|
||||
RangeFinder rangefinder;
|
||||
|
||||
AP_RSSI rssi;
|
||||
|
|
Loading…
Reference in New Issue