@ -57,6 +57,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_Mount',
'AP_Module',
'AP_Button',
'AP_ICEngine',
]
def _get_legacy_defines(sketch_name):
@ -1,3 +1,5 @@
# libraries linked into every program
LIBRARIES += AP_Module
LIBRARIES += AP_Button
LIBRARIES += AP_ICEngine