Tools: add AP_AccelCal lib to waf library list

This commit is contained in:
bugobliterator 2015-12-28 17:40:03 -08:00 committed by Jonathan Challinger
parent 1a4b4fa85e
commit 57d2594bd7

View File

@ -28,6 +28,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_GPS',
'AP_HAL',
'AP_HAL_Empty',
'AP_AccelCal',
'AP_InertialSensor',
'AP_Math',
'AP_Mission',