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 4cddc5d commit eab8555Copy full SHA for eab8555
targets/TARGET_NUVOTON/USBEndpoints_Nuvoton.cpp
@@ -36,8 +36,6 @@ static USBPhyHw *instance;
36
#define MBED_CONF_TARGET_USB_DEVICE_HSUSBD 1 /* USB 2.0 Only */
37
#endif
38
39
-#undef MBED_CONF_TARGET_USB_DEVICE_HSUSBD
40
-#define MBED_CONF_TARGET_USB_DEVICE_HSUSBD 0 /* USB 1.1 Only */
41
42
extern "C" void USBD_IRQHandler(void);
43
targets/targets.json
@@ -8508,7 +8508,7 @@
8508
},
8509
"usb-device-hsusbd": {
8510
"help": "Select high-speed USB device or not",
8511
- "value": 1
+ "value": 0
8512
}
8513
8514
"inherits": ["Target"],
0 commit comments