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
@@ -30,6 +30,7 @@
|
||||
#include <libopencm3/efm32/cmu.h>
|
||||
#include <libopencm3/efm32/usb.h>
|
||||
#include <libopencm3/usb/usbd.h>
|
||||
#include <libopencm3/usb/bos.h>
|
||||
#include "usb_private.h"
|
||||
|
||||
/**@{*/
|
||||
@@ -433,4 +434,4 @@ const struct _usbd_driver efm32lg_usb_driver = {
|
||||
.rx_fifo_size = RX_FIFO_SIZE,
|
||||
};
|
||||
|
||||
/**@}*/
|
||||
/**@}*/
|
||||
|
||||
Reference in New Issue
Block a user