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

Revert "tests/usbus_cdc_ecm: blacklist stm32f429i-disco"

This reverts commit 281db4bfa8.
This commit is contained in:
Koen Zandberg 2023-03-31 16:44:03 +02:00
parent 329727784b
commit ca0d0758bf
No known key found for this signature in database
GPG Key ID: BA1718B37D79F51C

View File

@ -12,7 +12,6 @@ USEMODULE += ps
# Boards that don't have enough endpoints to use CDC ACM together with CDC ECM
ifeq (,$(filter stdio_%,$(filter-out stdio_cdc_acm,$(USEMODULE))))
BOARD_BLACKLIST += \
stm32f429i-disco \
stm32f4discovery \
weact-f401cc \
weact-f401ce \