From e216853f3943c47778fc450e865bddd3b0e0bffe Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 13 May 2023 17:20:56 +0200 Subject: [PATCH] tests/sys/usbus_cdc_ecm: fix wrong path in make command --- tests/sys/usbus_cdc_ecm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/usbus_cdc_ecm/Makefile b/tests/sys/usbus_cdc_ecm/Makefile index a0b031a893..7e8477b662 100644 --- a/tests/sys/usbus_cdc_ecm/Makefile +++ b/tests/sys/usbus_cdc_ecm/Makefile @@ -27,7 +27,7 @@ Warning: available endpoints is not sufficient for this. To use this application you have to use `stdio_uart` or any other `stdio_*` module, for example: - USEMODULE=stdio_uart BOARD=$(BOARD) make -C tests/usbus_cdc_ecm + USEMODULE=stdio_uart BOARD=$(BOARD) make -C tests/sys/usbus_cdc_ecm endef