Removed obsolete macros.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8657 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2015-12-30 12:15:13 +00:00
parent 01e18c68be
commit 5f4e2e2389
1 changed files with 0 additions and 2 deletions

View File

@ -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. */
/** @} */
/*===========================================================================*/