diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-30 12:15:13 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-30 12:15:13 +0000 |
commit | 5f4e2e23899cf213b69be82a1f47b8f6fc18ecb4 (patch) | |
tree | 73e9e18a42ea733dcaeee47588b3cce9fee2f5c9 /os/hal/include | |
parent | 01e18c68be9e70a4648cd39ef121f5c52e6c990d (diff) | |
download | ChibiOS-5f4e2e23899cf213b69be82a1f47b8f6fc18ecb4.tar.gz ChibiOS-5f4e2e23899cf213b69be82a1f47b8f6fc18ecb4.tar.bz2 ChibiOS-5f4e2e23899cf213b69be82a1f47b8f6fc18ecb4.zip |
Removed obsolete macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8657 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-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. */
/** @} */
/*===========================================================================*/
|