AP_Periph: allow building InertialSensor and related libraries

This commit is contained in:
Siddharth Purohit 2021-05-17 23:16:05 +05:30 committed by Andrew Tridgell
parent 447935bf4c
commit f9a50e8e47
1 changed files with 4 additions and 1 deletions

View File

@ -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'