1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/wolfssl: remove unnecessary dependency to xtimer

This commit is contained in:
Alexandre Abadie 2021-11-03 11:01:04 +01:00
parent 47029055a6
commit fc9562bf25
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -8,7 +8,6 @@ ifneq (,$(filter wolfcrypt-benchmark,$(USEMODULE)))
USEMODULE += wolfcrypt
USEMODULE += wolfcrypt_coding
USEMODULE += printf_float
USEMODULE += xtimer
endif
ifneq (,$(filter wolfcrypt_poly1305,$(USEMODULE)))