mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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 "irq.h"
|
||||
#include "net/nanocoap_sock.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#include "shell.h"
|
||||
|
||||
|
@ -745,6 +745,7 @@ endif
|
||||
|
||||
ifneq (,$(filter suit_transport_coap, $(USEMODULE)))
|
||||
USEMODULE += nanocoap_sock
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += sock_util
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user