Skip to content

Commit 70c5797

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TEST: update usb test README
1 parent d657fa1 commit 70c5797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTS/usb_device/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ No setup method has been verified for this platform.
6868
6969
## Running tests
7070
1. Plug both USB interfaces (*DAPLink* and *USB device*) to your host machine.
71-
1. Run tests:
71+
1. An addtional macro `USB_DEVICE_TESTS` is needed to be defined when runing tests:
7272
```
73-
mbed test -t <toolchain> -m <target> -n tests-usb_device-*
73+
mbed test -t <toolchain> -m <target> -DUSB_DEVICE_TESTS -n tests-usb_device-*
7474
```
7575
7676
## Known issues

0 commit comments

Comments
 (0)