Removed obsolete macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8657 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
01e18c68be
commit
5f4e2e2389
|
@ -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. */
|
||||
/** @} */
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue