waf: add AP_NMEA_Output to common libraries

This commit is contained in:
Francisco Ferreira 2019-03-04 18:30:38 +00:00 committed by Andrew Tridgell
parent 80093f41b0
commit 8849e0d276
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_LandingGear',
'AP_RobotisServo',
'AP_ToshibaCAN',
'AP_NMEA_Output',
]
def get_legacy_defines(sketch_name):