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

example/cord_epsim: include xtimer.h

This commit is contained in:
Karl Fessel 2021-12-02 15:25:13 +01:00
parent 9195a4f02b
commit 1d4933a513

View File

@ -26,6 +26,7 @@
#include "net/cord/common.h"
#include "net/sock/util.h"
#include "net/ipv6/addr.h"
#include "xtimer.h"
#define BUFSIZE (64U)
#define STARTUP_DELAY (3U) /* wait 3s before sending first request*/