mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += ztimer
|
|
USEMODULE += ztimer_msec
|
|
|
|
# This test should also work with Si1146 and Si1147 variants.
|
|
USEMODULE += si1145
|
|
|
|
include $(RIOTBASE)/Makefile.include
|