Widen the ARM Cortex-M family support. Allow USB peripheral change. (#18767)
This commit is contained in:
@ -26,7 +26,9 @@
|
||||
*/
|
||||
|
||||
/* The USB driver to use */
|
||||
#define USB_DRIVER USBD1
|
||||
#ifndef USB_DRIVER
|
||||
# define USB_DRIVER USBD1
|
||||
#endif // USB_DRIVER
|
||||
|
||||
/* Initialize the USB driver and bus */
|
||||
void init_usb_driver(USBDriver *usbp);
|
||||
|
Reference in New Issue
Block a user