blob: 7e8c8d7e4491e4a6d11281eed7d2cf2372cbc1be (
plain)
1
2
3
4
5
6
|
# List of all the HTS221 device files.
HTS221SRC := $(CHIBIOS)/os/ex/ST/hts221.c
# Required include directories
HTS221INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
|