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

example/nanocoap_server: depends on xtimer

This commit is contained in:
Karl Fessel 2021-12-13 19:18:00 +01:00
parent 9f285f319e
commit 53387d83e8

View File

@ -19,6 +19,8 @@ USEMODULE += gnrc_icmpv6_echo
USEMODULE += nanocoap_sock
USEMODULE += xtimer
# include this for nicely formatting the returned internal value
USEMODULE += fmt