Build: added AP_Button to build

This commit is contained in:
Andrew Tridgell 2016-07-22 10:27:39 +10:00
parent 2ce7b465c1
commit 241b6edfcf
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_RSSI',
'AP_Mount',
'AP_Module',
'AP_Button',
]
def _get_legacy_defines(sketch_name):

View File

@ -1,2 +1,3 @@
# libraries linked into every program
LIBRARIES += AP_Module
LIBRARIES += AP_Button