From dcfc95fadf8c54e8d28aa81f74317e676f7a2a2a Mon Sep 17 00:00:00 2001 From: Jonathan Challinger Date: Tue, 22 Dec 2015 18:07:49 -0800 Subject: [PATCH] AP_Baro: fix example build --- libraries/AP_Baro/examples/BARO_generic/make.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Baro/examples/BARO_generic/make.inc b/libraries/AP_Baro/examples/BARO_generic/make.inc index 080a4cce28..24813a70fc 100644 --- a/libraries/AP_Baro/examples/BARO_generic/make.inc +++ b/libraries/AP_Baro/examples/BARO_generic/make.inc @@ -9,6 +9,7 @@ LIBRARIES += AP_Compass LIBRARIES += AP_Declination LIBRARIES += AP_GPS LIBRARIES += AP_InertialSensor +LIBRARIES += AP_AccelCal LIBRARIES += AP_Math LIBRARIES += AP_Mission LIBRARIES += AP_NavEKF