From 6c2e392d5dd6c1b9bbbab1530a0ca5821c65855b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 23 Nov 2013 07:52:15 +1100 Subject: [PATCH] AP_Baro: fixed BMP085 examples build in autotest --- libraries/AP_Baro/examples/AP_Baro_BMP085_test/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/AP_Baro/examples/AP_Baro_BMP085_test/Makefile b/libraries/AP_Baro/examples/AP_Baro_BMP085_test/Makefile index 5ca8fc2ae2..87e4482ca3 100644 --- a/libraries/AP_Baro/examples/AP_Baro_BMP085_test/Makefile +++ b/libraries/AP_Baro/examples/AP_Baro_BMP085_test/Makefile @@ -1,5 +1,2 @@ BOARD = mega include ../../../../mk/apm.mk - -apm2: - make -f Makefile EXTRAFLAGS="-DAPM2_HARDWARE=1"