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

tests/cpu_efm32_drivers: require efm32_coretemp feature

This commit is contained in:
Bas Stottelaar 2020-11-18 17:26:42 +01:00
parent e438e9afde
commit e2e64e7546

View File

@ -1,17 +1,6 @@
BOARD ?= sltb001a
include ../Makefile.tests_common
BOARD_WHITELIST := ikea-tradfri \
slstk3401a \
slstk3402a \
sltb001a \
slwstk6000b-slwrb4150a \
slwstk6000b-slwrb4162a \
slwstk6220a \
stk3200 \
stk3600 \
stk3700
USEMODULE += efm32_coretemp
FEATURES_REQUIRED += efm32_coretemp
include $(RIOTBASE)/Makefile.include