From 9d3bf13cff12ae95eb2b94b7de0a30279b73865f Mon Sep 17 00:00:00 2001 From: Rustom Jehangir Date: Sat, 12 Mar 2016 07:14:55 -0800 Subject: [PATCH] Sub: Add JSButton library to makefile for Sub --- ArduSub/make.inc | 1 + ArduSub/wscript | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ArduSub/make.inc b/ArduSub/make.inc index 000263874a..24e13631b5 100644 --- a/ArduSub/make.inc +++ b/ArduSub/make.inc @@ -58,3 +58,4 @@ LIBRARIES += AP_RPM LIBRARIES += AC_PrecLand LIBRARIES += AP_IRLock LIBRARIES += AC_InputManager +LIBRARIES += AP_JSButton diff --git a/ArduSub/wscript b/ArduSub/wscript index bd2f8064bf..68244067c7 100644 --- a/ArduSub/wscript +++ b/ArduSub/wscript @@ -18,7 +18,7 @@ def build(bld): 'AP_Frsky_Telem', 'AP_IRLock', 'AP_InertialNav', - 'AP_JButtonMapper', + 'AP_JSButton', 'AP_LandingGear', 'AP_Menu', 'AP_Motors',