usb: Begun implementing support into the USB device machinary for BOS descriptors
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
1d97cbf6e1
commit
60ff345798
@@ -34,6 +34,7 @@
|
||||
#include <libopencm3/efm32/cmu.h>
|
||||
#include <libopencm3/efm32/usb.h>
|
||||
#include <libopencm3/usb/usbd.h>
|
||||
#include <libopencm3/usb/bos.h>
|
||||
#include <libopencm3/usb/dwc/otg_fs.h>
|
||||
#include "usb_private.h"
|
||||
#include "usb_dwc_common.h"
|
||||
@@ -137,4 +138,4 @@ const struct _usbd_driver efm32hg_usb_driver = {
|
||||
.rx_fifo_size = RX_FIFO_SIZE,
|
||||
};
|
||||
|
||||
/**@}*/
|
||||
/**@}*/
|
||||
|
||||
Reference in New Issue
Block a user