TEST: update usb test README

pull/12498/head
Qinghao Shi 2020-02-24 12:25:38 +00:00
parent d657fa178b
commit 70c5797a94
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ No setup method has been verified for this platform.
## Running tests ## Running tests
1. Plug both USB interfaces (*DAPLink* and *USB device*) to your host machine. 1. Plug both USB interfaces (*DAPLink* and *USB device*) to your host machine.
1. Run tests: 1. An addtional macro `USB_DEVICE_TESTS` is needed to be defined when runing tests:
``` ```
mbed test -t <toolchain> -m <target> -n tests-usb_device-* mbed test -t <toolchain> -m <target> -DUSB_DEVICE_TESTS -n tests-usb_device-*
``` ```
## Known issues ## Known issues