1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_bmx280/Makefile
Hauke Petersen c83e197676 tests/driver_bmx280: adapted to driver rework
functional changes:
- enable test to test the driver in SPI mode

style changes and code simplification:
- enable SPI mode
- fixed typos in doxygen
- fixed line length issues
- simplified code
- use fmt for formatting numbers
- use US_PER_SEC instead of magic value
- use named return values provided by driver
- use puts where ever applicable
2019-11-22 14:04:37 +01:00

9 lines
134 B
Makefile

include ../Makefile.tests_common
DRIVER ?= bme280_i2c
USEMODULE += fmt
USEMODULE += $(DRIVER)
include $(RIOTBASE)/Makefile.include