1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now64_continuity/Makefile
smlng e72426a67d tests: enhance xtimer_now64_continuity
- adapt code to use public, typesafe API calls
    - add some statistical output
    - minor code enhancements and doc corrections
    - use fmt print_str for uint64_t
2017-03-27 13:21:49 +02:00

8 lines
147 B
Makefile

APPLICATION = xtimer_now64_continuity
include ../Makefile.tests_common
USEMODULE += fmt
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include