mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge #19591
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:
commit
ae40aadae7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user