mirror of https://github.com/ArduPilot/ardupilot
AP_Periph: allow building InertialSensor and related libraries
This commit is contained in:
parent
447935bf4c
commit
f9a50e8e47
|
@ -41,8 +41,11 @@ def build(bld):
|
|||
'SRV_Channel',
|
||||
'AP_Notify',
|
||||
'AP_SerialLED',
|
||||
'AP_Logger',
|
||||
'AP_Filesystem',
|
||||
'AP_InertialSensor',
|
||||
'AP_AccelCal',
|
||||
'AP_Logger',
|
||||
'AC_PID',
|
||||
],
|
||||
exclude_src=[
|
||||
'libraries/AP_HAL_ChibiOS/Storage.cpp'
|
||||
|
|
Loading…
Reference in New Issue