mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
AP_IOMCU: add Boardconfig to list of required libraries
This commit is contained in:
parent
1a20fb4ea9
commit
bc601c1ff6
@ -12,6 +12,7 @@ def build(bld):
|
||||
'AP_HAL_Empty',
|
||||
'AP_Math',
|
||||
'AP_RCProtocol',
|
||||
'AP_BoardConfig'
|
||||
],
|
||||
exclude_src=[
|
||||
'libraries/AP_HAL_ChibiOS/Storage.cpp'
|
||||
|
Loading…
Reference in New Issue
Block a user