manual picking from ChibiOS migration branch
This commit is contained in:
parent
799af32149
commit
d72544a005
|
@ -22,6 +22,9 @@
|
|||
#ifndef _USBCFG_H_
|
||||
#define _USBCFG_H_
|
||||
|
||||
extern SerialUSBDriver SDU1;
|
||||
extern const SerialUSBConfig serusbcfg;
|
||||
extern const USBConfig usbcfg;
|
||||
|
||||
#endif /* _USBCFG_H_ */
|
||||
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
#include "usbcfg.h"
|
||||
#include "efifeatures.h"
|
||||
|
||||
extern SerialUSBDriver SDU1;
|
||||
extern const SerialUSBConfig serusbcfg;
|
||||
extern const USBConfig usbcfg;
|
||||
|
||||
void usb_serial_start(void) {
|
||||
/*
|
||||
* Initializes a serial-over-USB CDC driver.
|
||||
|
|
Loading…
Reference in New Issue