mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 22:33:03 +01:00
9 lines
164 B
Makefile
9 lines
164 B
Makefile
BOARD ?= nucleo-f411re
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += puf_sram
|
|
DISABLE_MODULE += test_utils_interactive_sync
|
|
|
|
include $(RIOTBASE)/Makefile.include
|