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

examples/dtls-wolfssl: remove 32bit arch requirement

It is required at the package level
This commit is contained in:
Alexandre Abadie 2019-10-30 11:04:49 +01:00
parent fbf8688f01
commit 8abe50ecc9
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -7,9 +7,6 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
# wolfSSL supports 32-bit architectures only
FEATURES_REQUIRED += arch_32bit
# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
USEMODULE += gnrc_netdev_default