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;
|
AP_Baro barometer;
|
||||||
Compass compass;
|
Compass compass;
|
||||||
AP_InertialSensor ins;
|
AP_InertialSensor ins;
|
||||||
|
#if HAL_BUTTON_ENABLED
|
||||||
AP_Button button;
|
AP_Button button;
|
||||||
|
#endif
|
||||||
RangeFinder rangefinder;
|
RangeFinder rangefinder;
|
||||||
|
|
||||||
AP_RSSI rssi;
|
AP_RSSI rssi;
|
||||||
|
|
Loading…
Reference in New Issue