1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/event/Makefile
Francisco Molina b4a70fc29c sys/event/timeout: remove alternative xtimer implementation
The old event_timeout API is no soley implemented on top of ztimer_usec.
2022-02-23 12:14:30 +01:00

6 lines
67 B
Makefile

SRC := event.c
SUBMODULES := 1
include $(RIOTBASE)/Makefile.base