tests/puf_sram: use puf_sram as a feature

This commit is contained in:
Benjamin Valentin 2020-09-04 13:50:02 +02:00
parent 3dbe468c14
commit f8ee32a8e1

View File

@ -2,7 +2,7 @@ BOARD ?= nucleo-f411re
include ../Makefile.tests_common
USEMODULE += puf_sram
FEATURES_REQUIRED += puf_sram
DISABLE_MODULE += test_utils_interactive_sync
include $(RIOTBASE)/Makefile.include