Sub: Add JSButton library to makefile for Sub

This commit is contained in:
Rustom Jehangir 2016-03-12 07:14:55 -08:00 committed by Andrew Tridgell
parent 116f166a78
commit 9d3bf13cff
2 changed files with 2 additions and 1 deletions

View File

@ -58,3 +58,4 @@ LIBRARIES += AP_RPM
LIBRARIES += AC_PrecLand
LIBRARIES += AP_IRLock
LIBRARIES += AC_InputManager
LIBRARIES += AP_JSButton

View File

@ -18,7 +18,7 @@ def build(bld):
'AP_Frsky_Telem',
'AP_IRLock',
'AP_InertialNav',
'AP_JButtonMapper',
'AP_JSButton',
'AP_LandingGear',
'AP_Menu',
'AP_Motors',