From 99636b3e8bf335c9f5a9fef7f29e9b4add9fd1b6 Mon Sep 17 00:00:00 2001 From: Jonathan Challinger Date: Tue, 22 Dec 2015 18:07:50 -0800 Subject: [PATCH] AP_Notify: fix example build --- libraries/AP_Notify/examples/ToshibaLED_test/make.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Notify/examples/ToshibaLED_test/make.inc b/libraries/AP_Notify/examples/ToshibaLED_test/make.inc index cd773161c0..589979c8f5 100644 --- a/libraries/AP_Notify/examples/ToshibaLED_test/make.inc +++ b/libraries/AP_Notify/examples/ToshibaLED_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