mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Periph: fix periph-heavy build, wscript
This commit is contained in:
parent
a54d785df3
commit
0767640372
@ -28,6 +28,7 @@ def build(bld):
|
||||
|
||||
if bld.env.AP_PERIPH_HEAVY:
|
||||
libraries = bld.ap_get_all_libraries()
|
||||
libraries.extend(['AP_ADSB/sagetech-sdk'])
|
||||
bld.env.DEFINES += ['HAL_BOARD_AP_PERIPH_HEAVY']
|
||||
else:
|
||||
libraries = ['AP_Common',
|
||||
|
Loading…
Reference in New Issue
Block a user