Rover: AP_RSSI is included for all vehicles

This commit is contained in:
Peter Barker 2018-05-02 23:07:55 +10:00 committed by Francisco Ferreira
parent 8e7ccf795b
commit 121cfc5b4c
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ LIBRARIES += AP_Frsky_Telem
LIBRARIES += AP_Notify
LIBRARIES += AP_BattMonitor
LIBRARIES += AP_OpticalFlow
LIBRARIES += AP_RSSI
LIBRARIES += AP_Declination
LIBRARIES += AP_RPM
LIBRARIES += AP_Arming

View File

@ -14,7 +14,6 @@ def build(bld):
'AP_Mount',
'AP_Navigation',
'AP_RCMapper',
'AP_RSSI',
'AC_PID',
'AP_Stats',
'AP_Beacon',