waf: added AP_Module to the build

This commit is contained in:
Andrew Tridgell 2016-07-13 12:49:00 +10:00
parent 33ce1213a2
commit d25db426a3
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_RPM', 'AP_RPM',
'AP_RSSI', 'AP_RSSI',
'AP_Mount', 'AP_Mount',
'AP_Module',
] ]
def _get_legacy_defines(sketch_name): def _get_legacy_defines(sketch_name):