Remove unused macro.

This commit is contained in:
László Monda
2016-02-25 07:38:19 +01:00
parent 66614ecc47
commit 8ae37ce6f3

View File

@@ -19,9 +19,6 @@
/*! @brief How many endpoints are supported in the stack. */
#define USB_DEVICE_CONFIG_ENDPOINTS (4U)
/*! @brief How many the notification message are supported when the device task enabled. */
#define USB_DEVICE_CONFIG_MAX_MESSAGES (8U)
/*! @brief The MAX buffer length for the KHCI DMA workaround.*/
#define USB_DEVICE_CONFIG_KHCI_DMA_ALIGN_BUFFER_LENGTH (64U)