1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/si114x/Makefile

10 lines
202 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
2021-12-01 17:13:38 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_msec
# This test should also work with Si1146 and Si1147 variants.
USEMODULE += si1145
include $(RIOTBASE)/Makefile.include