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:
parent
d54fc37bc7
commit
ba553a3036
1 changed files with 8 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue