Fix obeselete ARCHI in imu_b2_2 test

This commit is contained in:
Allen Ibara
2010-10-06 22:54:30 +00:00
parent 338f2e3740
commit 346c65e5af
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -212,7 +212,7 @@
<target name="test_telemetry" board="lisa_l_1.0"/> <target name="test_telemetry" board="lisa_l_1.0"/>
<target name="test_baro" board="lisa_l_1.0"/> <target name="test_baro" board="lisa_l_1.0"/>
<target name="test_imu_b2" board="lisa_l_1.0"/> <target name="test_imu_b2" board="lisa_l_1.0"/>
<target name="test_imu_b2_2" board="lisa_l_1.0"/> <target name="test_imu_b2_2" board="lisa_l_1.0"/>
<target name="test_imu_aspirin" board="lisa_l_1.0"/> <target name="test_imu_aspirin" board="lisa_l_1.0"/>
<target name="test_rc_spektrum" board="lisa_l_1.0"/> <target name="test_rc_spektrum" board="lisa_l_1.0"/>
<target name="test_rc_ppm" board="lisa_l_1.0"/> <target name="test_rc_ppm" board="lisa_l_1.0"/>
+2 -2
View File
@@ -329,8 +329,8 @@ test_imu_b2.srcs += $(SRC_BOOZ)/peripherals/booz_ms2001.c $(SRC_BOOZ_ARCH)/peri
# MODEM_PORT # MODEM_PORT
# MODEM_BAUD # MODEM_BAUD
# #
test_imu_b2_2.ARCHDIR = $(ARCHI) test_imu_b2_2.ARCHDIR = $(ARCH)
test_imu_b2_2.CFLAGS = -I$(SRC_LISA) -I$(ARCHI) -I$(SRC_BOOZ) -I$(SRC_BOOZ_ARCH) -DPERIPHERALS_AUTO_INIT test_imu_b2_2.CFLAGS = -I$(SRC_LISA) -I$(ARCH) -I$(SRC_BOOZ) -I$(SRC_BOOZ_ARCH) -DPERIPHERALS_AUTO_INIT
test_imu_b2_2.CFLAGS += -DBOARD_CONFIG=$(BOARD_CFG) test_imu_b2_2.CFLAGS += -DBOARD_CONFIG=$(BOARD_CFG)
test_imu_b2_2.srcs += $(SRC_BOOZ_TEST)/booz_test_imu.c \ test_imu_b2_2.srcs += $(SRC_BOOZ_TEST)/booz_test_imu.c \
$(SRC_ARCH)/stm32_exceptions.c \ $(SRC_ARCH)/stm32_exceptions.c \