mirror of https://github.com/ArduPilot/ardupilot
Sub: Add JSButton library to makefile for Sub
This commit is contained in:
parent
116f166a78
commit
9d3bf13cff
|
@ -58,3 +58,4 @@ LIBRARIES += AP_RPM
|
|||
LIBRARIES += AC_PrecLand
|
||||
LIBRARIES += AP_IRLock
|
||||
LIBRARIES += AC_InputManager
|
||||
LIBRARIES += AP_JSButton
|
||||
|
|
|
@ -18,7 +18,7 @@ def build(bld):
|
|||
'AP_Frsky_Telem',
|
||||
'AP_IRLock',
|
||||
'AP_InertialNav',
|
||||
'AP_JButtonMapper',
|
||||
'AP_JSButton',
|
||||
'AP_LandingGear',
|
||||
'AP_Menu',
|
||||
'AP_Motors',
|
||||
|
|
Loading…
Reference in New Issue