mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
suit: example doesn't need xtimer suit_coap needs xtimer
This commit is contained in:
parent
0a25554ca7
commit
427df6d59d
@ -23,7 +23,6 @@
|
|||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "irq.h"
|
#include "irq.h"
|
||||||
#include "net/nanocoap_sock.h"
|
#include "net/nanocoap_sock.h"
|
||||||
#include "xtimer.h"
|
|
||||||
|
|
||||||
#include "shell.h"
|
#include "shell.h"
|
||||||
|
|
||||||
|
|||||||
@ -745,6 +745,7 @@ endif
|
|||||||
|
|
||||||
ifneq (,$(filter suit_transport_coap, $(USEMODULE)))
|
ifneq (,$(filter suit_transport_coap, $(USEMODULE)))
|
||||||
USEMODULE += nanocoap_sock
|
USEMODULE += nanocoap_sock
|
||||||
|
USEMODULE += xtimer
|
||||||
USEMODULE += sock_util
|
USEMODULE += sock_util
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user