mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7 lines
124 B
Makefile
7 lines
124 B
Makefile
BOARD ?= sltb001a
|
|
include ../Makefile.cpu_common
|
|
|
|
FEATURES_REQUIRED += efm32_coretemp
|
|
|
|
include $(RIOTBASE)/Makefile.include
|