mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Vehicle: add and use AP_RSSI_ENABLED
This commit is contained in:
parent
b7710a78d8
commit
b0b94f50ed
@ -301,7 +301,10 @@ protected:
|
||||
#endif
|
||||
RangeFinder rangefinder;
|
||||
|
||||
#if AP_RSSI_ENABLED
|
||||
AP_RSSI rssi;
|
||||
#endif
|
||||
|
||||
#if HAL_RUNCAM_ENABLED
|
||||
AP_RunCam runcam;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user