waf: always build AP_ADSB

needed for singleton
This commit is contained in:
Andrew Tridgell 2019-10-02 21:52:08 +10:00
parent df90cee8a0
commit c18098cdf4
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_ToshibaCAN',
'AP_NMEA_Output',
'AP_Filesystem',
'AP_ADSB',
]
def get_legacy_defines(sketch_name):