From ab5f1b3a240cad28edd13daecea250baa497051e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Thu, 25 Jun 2015 09:41:26 +0200 Subject: [PATCH] BusTest: Fix compilation error with AP_ADC --- libraries/AP_HAL_Linux/examples/BusTest/make.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_HAL_Linux/examples/BusTest/make.inc b/libraries/AP_HAL_Linux/examples/BusTest/make.inc index d8494627ca..3f89190049 100644 --- a/libraries/AP_HAL_Linux/examples/BusTest/make.inc +++ b/libraries/AP_HAL_Linux/examples/BusTest/make.inc @@ -6,3 +6,4 @@ LIBRARIES += AP_Math LIBRARIES += AP_Param LIBRARIES += AP_Progmem LIBRARIES += StorageManager +LIBRARIES += AP_ADC \ No newline at end of file