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

9 lines
164 B
Makefile
Raw Normal View History

2018-07-03 16:15:36 +02:00
BOARD ?= nucleo-f411re
include ../Makefile.tests_common
USEMODULE += puf_sram
DISABLE_MODULE += test_utils_interactive_sync
2018-07-03 16:15:36 +02:00
include $(RIOTBASE)/Makefile.include