From 9f94a5fc56313cb336cd940fcedded7d45c7b719 Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Tue, 1 May 2018 19:45:58 -0500 Subject: [PATCH] Fix typo in USBTester.h Fix the spelling of product_release. --- TESTS/usb_device/basic/USBTester.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTS/usb_device/basic/USBTester.h b/TESTS/usb_device/basic/USBTester.h index 9faca7f567..dcd345b1bf 100644 --- a/TESTS/usb_device/basic/USBTester.h +++ b/TESTS/usb_device/basic/USBTester.h @@ -33,7 +33,7 @@ public: * * @param vendor_id Your vendor_id * @param product_id Your product_id - * @param product_release Your preoduct_release + * @param product_release Your product_release * @param connect_blocking define if the connection must be blocked if USB not plugged in */ USBTester(USBPhy *phy, uint16_t vendor_id, uint16_t product_id, uint16_t product_release, bool connect_blocking);