1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/ztimer64_msg/README.md

10 lines
386 B
Markdown

# Overview
This test application is a direct translation of ztimer_msg to the ztimer64API.
It is meant mostly as a means to do size comparisons, thus tries to be as close
as possible to the original.
One notable change is the option to choose a different ztimer clock.
By default, the test will use ZTIMER64_USEC, unless ZTIMER64_MSEC is compiled in,
which will be used in that case.