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

pkg/tinydtls: don't require ztimer64

The RIOT integration makes no use of ztimer64, so drop it.
This commit is contained in:
Benjamin Valentin 2023-03-06 14:10:07 +01:00
parent 3a325ba91e
commit 8af82305a0

View File

@ -5,7 +5,7 @@ USEMODULE += hashes
USEMODULE += random
USEMODULE += tinydtls_aes
USEMODULE += tinydtls_ecc
USEMODULE += ztimer64_msec
USEMODULE += ztimer_msec
# TinyDTLS only has support for 32-bit architectures ATM
FEATURES_REQUIRED += arch_32bit