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 7411c1f commit b5d565aCopy full SHA for b5d565a
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
@@ -8473,7 +8473,7 @@
8473
},
8474
"usb-device-hsusbd": {
8475
"help": "Select high-speed USB device or not",
8476
- "value": 1
+ "value": 0
8477
}
8478
8479
"inherits": ["Target"],
0 commit comments