From ca0d0758bf276d1bd4bc7f2cbe879cc4e00a2449 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Fri, 31 Mar 2023 16:44:03 +0200 Subject: [PATCH] Revert "tests/usbus_cdc_ecm: blacklist stm32f429i-disco" This reverts commit 281db4bfa80e4911a3de2154722aad4bb2502d82. --- tests/usbus_cdc_ecm/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/usbus_cdc_ecm/Makefile b/tests/usbus_cdc_ecm/Makefile index b25c9e7699..fc1a96e1e4 100644 --- a/tests/usbus_cdc_ecm/Makefile +++ b/tests/usbus_cdc_ecm/Makefile @@ -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 \