From b803907163dd44892e75e0dfc25d841dbc42c6d6 Mon Sep 17 00:00:00 2001 From: Jonathan Challinger Date: Tue, 22 Dec 2015 18:07:50 -0800 Subject: [PATCH] AP_Motors: fix example build --- libraries/AP_Motors/examples/AP_Motors_Time_test/make.inc | 1 + libraries/AP_Motors/examples/AP_Motors_test/make.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/libraries/AP_Motors/examples/AP_Motors_Time_test/make.inc b/libraries/AP_Motors/examples/AP_Motors_Time_test/make.inc index b7b220012c..2b6093c795 100644 --- a/libraries/AP_Motors/examples/AP_Motors_Time_test/make.inc +++ b/libraries/AP_Motors/examples/AP_Motors_Time_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_Motors diff --git a/libraries/AP_Motors/examples/AP_Motors_test/make.inc b/libraries/AP_Motors/examples/AP_Motors_test/make.inc index b7b220012c..2b6093c795 100644 --- a/libraries/AP_Motors/examples/AP_Motors_test/make.inc +++ b/libraries/AP_Motors/examples/AP_Motors_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_Motors