mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
pkg/tinydtls: add arch 32bit requirement
This commit is contained in:
parent
7a83364419
commit
4993b65650
@ -8,3 +8,6 @@ ifneq (,$(filter tinydtls,$(USEMODULE)))
|
||||
USEMODULE += tinydtls_aes
|
||||
USEMODULE += tinydtls_ecc
|
||||
endif
|
||||
|
||||
# TinyDTLS only has support for 32-bit architectures ATM
|
||||
FEATURES_REQUIRED += arch_32bit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user