diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/include/usb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index cd2384b26..e8a5a3344 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -228,8 +228,6 @@ #define USB_EP_MODE_TYPE_ISOC 0x0001U /**< Isochronous endpoint. */
#define USB_EP_MODE_TYPE_BULK 0x0002U /**< Bulk endpoint. */
#define USB_EP_MODE_TYPE_INTR 0x0003U /**< Interrupt endpoint. */
-#define USB_EP_MODE_LINEAR_BUFFER 0x0000U /**< Linear buffer mode. */
-#define USB_EP_MODE_QUEUE_BUFFER 0x0010U /**< Queue buffer mode. */
/** @} */
/*===========================================================================*/
|