Skip to content

Commit d3e11af

Browse files
c1728p90xc0170
authored andcommitted
Fix typo in USBTester.h
Fix the spelling of product_release.
1 parent a5500d1 commit d3e11af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/usb_device/basic/USBTester.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class USBTester: public USBDevice {
3333
*
3434
* @param vendor_id Your vendor_id
3535
* @param product_id Your product_id
36-
* @param product_release Your preoduct_release
36+
* @param product_release Your product_release
3737
* @param connect_blocking define if the connection must be blocked if USB not plugged in
3838
*/
3939
USBTester(USBPhy *phy, uint16_t vendor_id, uint16_t product_id, uint16_t product_release, bool connect_blocking);

0 commit comments

Comments
 (0)