usb: Begun implementing support into the USB device machinary for BOS descriptors

This commit is contained in:
dragonmux
2022-08-11 07:11:48 +01:00
committed by Piotr Esden-Tempski
parent 1d97cbf6e1
commit 60ff345798
14 changed files with 21 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ LGPL License Terms @ref lgpl_license
#include <stdlib.h>
#include <libopencm3/usb/usbd.h>
#include <libopencm3/usb/bos.h>
#include "usb_private.h"
/*
@@ -313,4 +314,3 @@ void _usbd_control_in(usbd_device *usbd_dev, uint8_t ea)
stall_transaction(usbd_dev);
}
}