From b85631bec34ddc460bdf2c0e70d3f87b67896c30 Mon Sep 17 00:00:00 2001 From: Jonathan Challinger Date: Tue, 22 Dec 2015 18:07:51 -0800 Subject: [PATCH] DataFlash: fix example build --- libraries/DataFlash/examples/DataFlash_test/make.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/DataFlash/examples/DataFlash_test/make.inc b/libraries/DataFlash/examples/DataFlash_test/make.inc index 742c4709c3..027c66ea45 100644 --- a/libraries/DataFlash/examples/DataFlash_test/make.inc +++ b/libraries/DataFlash/examples/DataFlash_test/make.inc @@ -8,6 +8,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