mirror of https://github.com/ArduPilot/ardupilot
Rover: AP_RSSI is included for all vehicles
This commit is contained in:
parent
8e7ccf795b
commit
121cfc5b4c
|
@ -36,7 +36,6 @@ LIBRARIES += AP_Frsky_Telem
|
||||||
LIBRARIES += AP_Notify
|
LIBRARIES += AP_Notify
|
||||||
LIBRARIES += AP_BattMonitor
|
LIBRARIES += AP_BattMonitor
|
||||||
LIBRARIES += AP_OpticalFlow
|
LIBRARIES += AP_OpticalFlow
|
||||||
LIBRARIES += AP_RSSI
|
|
||||||
LIBRARIES += AP_Declination
|
LIBRARIES += AP_Declination
|
||||||
LIBRARIES += AP_RPM
|
LIBRARIES += AP_RPM
|
||||||
LIBRARIES += AP_Arming
|
LIBRARIES += AP_Arming
|
||||||
|
|
|
@ -14,7 +14,6 @@ def build(bld):
|
||||||
'AP_Mount',
|
'AP_Mount',
|
||||||
'AP_Navigation',
|
'AP_Navigation',
|
||||||
'AP_RCMapper',
|
'AP_RCMapper',
|
||||||
'AP_RSSI',
|
|
||||||
'AC_PID',
|
'AC_PID',
|
||||||
'AP_Stats',
|
'AP_Stats',
|
||||||
'AP_Beacon',
|
'AP_Beacon',
|
||||||
|
|
Loading…
Reference in New Issue