waf: added AP_Radio to build

This commit is contained in:
Andrew Tridgell 2018-01-05 19:56:49 +11:00
parent be002665cf
commit 0258c5baf4
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_IOMCU',
'AP_RAMTRON',
'AP_RCProtocol',
'AP_Radio',
]
def get_legacy_defines(sketch_name):