waf: add AP_RCTelemetry to build

This commit is contained in:
Andy Piper 2020-03-28 22:41:57 +00:00 committed by Andrew Tridgell
parent 68c6a3b03d
commit d0cd494178
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_ESC_Telem',
'AP_Stats',
'AP_GyroFFT',
'AP_RCTelemetry',
]
def get_legacy_defines(sketch_name):