From 0a59fed54f986041bad4a85c9fc996b493f31052 Mon Sep 17 00:00:00 2001 From: Marian Soban Date: Thu, 5 Sep 2019 07:01:44 +0200 Subject: [PATCH] Plane: LTM telemetry support --- ArduPlane/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduPlane/wscript b/ArduPlane/wscript index d25dd0f399..edc849350c 100644 --- a/ArduPlane/wscript +++ b/ArduPlane/wscript @@ -26,6 +26,7 @@ def build(bld): 'AP_Beacon', 'PID', 'AP_Soaring', + 'AP_LTM_Telem', 'AP_Devo_Telem', 'AP_OSD', 'AC_AutoTune',