mirror of https://github.com/ArduPilot/ardupilot
AP_Periph: fixed build with scripting
This commit is contained in:
parent
c8e61402ec
commit
08761e6066
|
@ -82,7 +82,8 @@ def build(bld):
|
|||
'AP_RobotisServo',
|
||||
'AP_FETtecOneWire',
|
||||
'GCS_MAVLink',
|
||||
'AP_Relay'
|
||||
'AP_Relay',
|
||||
'AP_MultiHeap',
|
||||
]
|
||||
|
||||
bld.ap_stlib(
|
||||
|
|
Loading…
Reference in New Issue