common: Moved blackmagic_usb_init() into the main USB header
This commit is contained in:
parent
da320a42f3
commit
2e5143bb5f
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "usb.h"
|
||||
|
||||
void blackmagic_usb_init(void);
|
||||
void cdcacm_set_config(usbd_device *dev, uint16_t wValue);
|
||||
/* Returns current usb configuration, or 0 if not configured. */
|
||||
int cdcacm_get_config(void);
|
||||
|
|
|
@ -41,4 +41,6 @@ extern usbd_device *usbdev;
|
|||
#define TOTAL_INTERFACES 5
|
||||
#endif
|
||||
|
||||
void blackmagic_usb_init(void);
|
||||
|
||||
#endif /*USB_H*/
|
||||
|
|
Loading…
Reference in New Issue