1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
19591: tests/sys/usbus_cdc_ecm: fix wrong path in make command r=dylad a=aabadie



Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
This commit is contained in:
bors[bot] 2023-05-13 20:09:54 +00:00 committed by GitHub
commit ae40aadae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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