Widen the ARM Cortex-M family support. Allow USB peripheral change. (#18767)
This commit is contained in:
parent
d2bc11ca67
commit
f99b9ba270
3 changed files with 59 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue