Skip to content

Commit 91a5e11

Browse files
author
Amanda Butler
authored
Fix link in USBHID.md
Remove duplication, so link works.
1 parent 75456c9 commit 91a5e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/usb/USBHID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use the USBHID class to turn an Mbed board into an HID (Human Interface
1818

1919
To use this script, first flash the Mbed board with the code above. Connect the target's USB to the host computer. Then run this script. The script will send 8 bytes of data (1 2 3 4 5 6 7 8) to the Mbed board and will read and print the data sent to the host computer by the Mbed board.
2020

21-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_USB/USBHID)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_USB/APIs_USB/USBHID/USBHID.py)
21+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_USB/USBHID)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_USB/USBHID/USBHID.py)
2222

2323
## Related content
2424

0 commit comments

Comments
 (0)