mirror of https://github.com/ArduPilot/ardupilot
waf: add AP_VideoTX module
This commit is contained in:
parent
2d0fe8b883
commit
7aa1e2d63b
|
@ -105,6 +105,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||
'AP_OLC',
|
||||
'AP_WheelEncoder',
|
||||
'AP_ExternalAHRS',
|
||||
'AP_VideoTX',
|
||||
]
|
||||
|
||||
def get_legacy_defines(sketch_name):
|
||||
|
|
Loading…
Reference in New Issue