mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #4248 from cgundogan/pr/gnrc_networking/vtimer_xtimer
examples: gnrc_networking: vtimer to xtimer
This commit is contained in:
commit
b46717aefb
@ -27,7 +27,7 @@
|
||||
#include "net/gnrc/udp.h"
|
||||
#include "net/gnrc/pktdump.h"
|
||||
#include "timex.h"
|
||||
#include "vtimer.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
static gnrc_netreg_entry_t server = { NULL, GNRC_NETREG_DEMUX_CTX_ALL, KERNEL_PID_UNDEF };
|
||||
|
||||
@ -83,7 +83,7 @@ static void send(char *addr_str, char *port_str, char *data, unsigned int num,
|
||||
}
|
||||
printf("Success: send %u byte to [%s]:%u\n", (unsigned)payload->size,
|
||||
addr_str, tmp);
|
||||
vtimer_usleep(delay);
|
||||
xtimer_usleep(delay);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user