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

tests/sys/usbus_cdc_ecm: fix wrong path in make command

This commit is contained in:
Alexandre Abadie 2023-05-13 17:20:56 +02:00
parent 356a47d1bb
commit e216853f39
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

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