mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
97189b6541
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.
8 lines
153 B
Makefile
8 lines
153 B
Makefile
APPLICATION = xtimer_drift
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED += periph_timer
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|