mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/net/gcoap: adapt to in-tree nanocoap
This commit is contained in:
parent
729cda62bf
commit
7a636cb8e8
@ -652,7 +652,7 @@ ifneq (,$(filter l2filter_%,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gcoap,$(USEMODULE)))
|
||||
USEPKG += nanocoap
|
||||
USEMODULE += nanocoap
|
||||
USEMODULE += gnrc_sock_udp
|
||||
endif
|
||||
|
||||
|
@ -212,9 +212,11 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdatomic.h>
|
||||
|
||||
#include "net/ipv6/addr.h"
|
||||
#include "net/sock/udp.h"
|
||||
#include "mutex.h"
|
||||
#include "nanocoap.h"
|
||||
#include "net/nanocoap.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user