1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_drift/Makefile
Joakim Nohlgård 97189b6541 tests/xtimer_drift: Introduce drift test application.
The xtimer_drift test application can be used to measure the drift of
the xtimer subsystem when referenced against the wall clock or,
preferably, a PC with NTP synchronized clock as reference.
2015-10-25 08:33:51 +01:00

8 lines
153 B
Makefile

APPLICATION = xtimer_drift
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_timer
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include