manual picking from ChibiOS migration branch

This commit is contained in:
rusefi 2017-03-28 07:45:26 -04:00
parent 799af32149
commit d72544a005
2 changed files with 3 additions and 4 deletions

View File

@ -22,6 +22,9 @@
#ifndef _USBCFG_H_
#define _USBCFG_H_
extern SerialUSBDriver SDU1;
extern const SerialUSBConfig serusbcfg;
extern const USBConfig usbcfg;
#endif /* _USBCFG_H_ */

View File

@ -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.