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

tests/puf_sram: disable interactive sync

This commit is contained in:
PeterKietzmann 2020-01-15 18:10:07 +01:00
parent 9dd3219c3f
commit ecc7ee8255

View File

@ -3,5 +3,6 @@ BOARD ?= nucleo-f411re
include ../Makefile.tests_common
USEMODULE += puf_sram
DISABLE_MODULE += test_utils_interactive_sync
include $(RIOTBASE)/Makefile.include