Support NUC472 with USB 2.0 only and set M487 USB1.1 in default

pull/12176/head
cyliangtw 2019-12-31 10:36:55 +08:00
parent 4cddc5de25
commit eab8555fc8
2 changed files with 1 additions and 3 deletions

View File

@ -36,8 +36,6 @@ static USBPhyHw *instance;
#define MBED_CONF_TARGET_USB_DEVICE_HSUSBD 1 /* USB 2.0 Only */ #define MBED_CONF_TARGET_USB_DEVICE_HSUSBD 1 /* USB 2.0 Only */
#endif #endif
#undef MBED_CONF_TARGET_USB_DEVICE_HSUSBD
#define MBED_CONF_TARGET_USB_DEVICE_HSUSBD 0 /* USB 1.1 Only */
extern "C" void USBD_IRQHandler(void); extern "C" void USBD_IRQHandler(void);

View File

@ -8508,7 +8508,7 @@
}, },
"usb-device-hsusbd": { "usb-device-hsusbd": {
"help": "Select high-speed USB device or not", "help": "Select high-speed USB device or not",
"value": 1 "value": 0
} }
}, },
"inherits": ["Target"], "inherits": ["Target"],