mirror of https://github.com/ArduPilot/ardupilot
Build: added AP_Button to build
This commit is contained in:
parent
2ce7b465c1
commit
241b6edfcf
|
@ -56,6 +56,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||
'AP_RSSI',
|
||||
'AP_Mount',
|
||||
'AP_Module',
|
||||
'AP_Button',
|
||||
]
|
||||
|
||||
def _get_legacy_defines(sketch_name):
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# libraries linked into every program
|
||||
LIBRARIES += AP_Module
|
||||
LIBRARIES += AP_Button
|
||||
|
|
Loading…
Reference in New Issue