really name the define IMU_ASPIRIN_VERSION_2_1 in the subsystem makefile

This commit is contained in:
Felix Ruess
2012-05-08 10:47:58 +02:00
parent 7704439a8c
commit 2669d8f4c1
@@ -53,7 +53,7 @@ else ifeq ($(ARCH), stm32)
IMU_ASPIRIN_CFLAGS += -DUSE_DMA1_C4_IRQ # SPI2 Rx DMA
endif
IMU_ASPIRIN_CFLAGS += -DIMU_ASPIRIN_VERSION_2_0
IMU_ASPIRIN_CFLAGS += -DIMU_ASPIRIN_VERSION_2_1
# Keep CFLAGS/Srcs for imu in separate expression so we can assign it to other targets
# see: conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.1.makefile for example