1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Added defines to test/Makefile

This commit is contained in:
jflyper 2017-07-17 03:52:50 +09:00
parent d54fc37bc7
commit ba553a3036

View file

@ -36,10 +36,18 @@ baro_bmp085_unittest_SRC := \
baro_bmp280_unittest_SRC := \
$(USER_DIR)/drivers/barometer/barometer_bmp280.c
baro_bmp280_unittest_DEFINES := \
USE_BARO \
USE_BARO_BMP280 \
USE_BARO_SPI_BMP280
baro_ms5611_unittest_SRC := \
$(USER_DIR)/drivers/barometer/barometer_ms5611.c
baro_ms5611_unittest_DEFINES := \
USE_BARO \
USE_BARO_MS5611 \
USE_BARO_SPI_MS5611
battery_unittest_SRC := \
$(USER_DIR)/sensors/battery.c \