AP_IOMCU: add Boardconfig to list of required libraries

This commit is contained in:
Siddharth Purohit 2018-08-29 18:47:21 +05:30 committed by Andrew Tridgell
parent 1a20fb4ea9
commit bc601c1ff6

View File

@ -12,6 +12,7 @@ def build(bld):
'AP_HAL_Empty',
'AP_Math',
'AP_RCProtocol',
'AP_BoardConfig'
],
exclude_src=[
'libraries/AP_HAL_ChibiOS/Storage.cpp'