Tools: moved AC_PID dependency to core

This commit is contained in:
Andrew Tridgell 2019-11-02 14:11:23 +11:00
parent d307cf7d21
commit d00f4316e9

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):