We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d657fa1 commit 70c5797Copy full SHA for 70c5797
TESTS/usb_device/README.md
@@ -68,9 +68,9 @@ No setup method has been verified for this platform.
68
69
## Running tests
70
1. Plug both USB interfaces (*DAPLink* and *USB device*) to your host machine.
71
-1. Run tests:
+1. An addtional macro `USB_DEVICE_TESTS` is needed to be defined when runing tests:
72
```
73
- mbed test -t <toolchain> -m <target> -n tests-usb_device-*
+ mbed test -t <toolchain> -m <target> -DUSB_DEVICE_TESTS -n tests-usb_device-*
74
75
76
## Known issues
0 commit comments