Tools: moved AC_PID dependency to core

This commit is contained in:
Andrew Tridgell 2019-11-02 14:11:23 +11:00 committed by Randy Mackay
parent 2ff26becdf
commit 21ca4d360e

View File

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