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