1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/phydat_unix/Makefile
Silke Hofstra 26653dd446 sys/phydat: add functions for Unix time conversion to phydat
Add functionality for calculating Unix timestamps to phydat.
This allows one to convert dates received from RTCs and the like
to Unix timestamps.
2023-01-21 11:01:42 +01:00

7 lines
113 B
Makefile

include ../Makefile.tests_common
USEMODULE += phydat
USEMODULE += embunit
include $(RIOTBASE)/Makefile.include