From 8ae37ce6f35e72d24b9b02bc7fd84171442992ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 25 Feb 2016 07:38:19 +0100 Subject: [PATCH] Remove unused macro. --- right/usb_device_config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/right/usb_device_config.h b/right/usb_device_config.h index 2818a88..f0c873b 100644 --- a/right/usb_device_config.h +++ b/right/usb_device_config.h @@ -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)