mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 08:44:08 -04:00
AP_Periph: fixed build with scripting
This commit is contained in:
parent
f3684a9e23
commit
2525a7b86c
@ -82,7 +82,8 @@ def build(bld):
|
|||||||
'AP_RobotisServo',
|
'AP_RobotisServo',
|
||||||
'AP_FETtecOneWire',
|
'AP_FETtecOneWire',
|
||||||
'GCS_MAVLink',
|
'GCS_MAVLink',
|
||||||
'AP_Relay'
|
'AP_Relay',
|
||||||
|
'AP_MultiHeap',
|
||||||
]
|
]
|
||||||
|
|
||||||
bld.ap_stlib(
|
bld.ap_stlib(
|
||||||
|
Loading…
Reference in New Issue
Block a user