1
0
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:
Karl Fessel 2021-12-13 18:34:04 +01:00
parent 0a25554ca7
commit 427df6d59d
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include "thread.h"
#include "irq.h"
#include "net/nanocoap_sock.h"
#include "xtimer.h"
#include "shell.h"

View File

@ -745,6 +745,7 @@ endif
ifneq (,$(filter suit_transport_coap, $(USEMODULE)))
USEMODULE += nanocoap_sock
USEMODULE += xtimer
USEMODULE += sock_util
endif