1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

pkg/arduino_sdi_12: use blacklist instead of whitelist

This commit is contained in:
J. David Ibáñez 2021-11-04 09:38:43 +01:00
parent 1d2ac15396
commit c9062c2e23

View File

@ -2,10 +2,9 @@ include ../Makefile.tests_common
USEPKG += arduino_sdi_12
BOARD_WHITELIST := \
arduino-leonardo \
arduino-mega2560 \
remote-revb \
# Boards not fast enough, that can't keep up with the line data rate, should be
# added here
BOARD_BLACKLIST := \
#
include $(RIOTBASE)/Makefile.include