From 1a28ba376209ac6e8210e7a4bb87e565b1d8be3e Mon Sep 17 00:00:00 2001 From: Rustom Jehangir Date: Sat, 5 Mar 2016 11:36:09 -0800 Subject: [PATCH] Sub: Add AP_JButtonMapper to wscript --- ArduSub/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduSub/wscript b/ArduSub/wscript index dd3503fd52..bd2f8064bf 100644 --- a/ArduSub/wscript +++ b/ArduSub/wscript @@ -18,6 +18,7 @@ def build(bld): 'AP_Frsky_Telem', 'AP_IRLock', 'AP_InertialNav', + 'AP_JButtonMapper', 'AP_LandingGear', 'AP_Menu', 'AP_Motors',