#define CDC1_NOTIFICATION_EPNUM 3\r
\r
/** Endpoint number of the first CDC interface's device-to-host data IN endpoint. */\r
- #define CDC1_TX_EPNUM 1 \r
+ #define CDC1_TX_EPNUM 1\r
\r
/** Endpoint number of the first CDC interface's host-to-device data OUT endpoint. */\r
- #define CDC1_RX_EPNUM 2 \r
+ #define CDC1_RX_EPNUM 2\r
\r
/** Endpoint number of the second CDC interface's device-to-host notification IN endpoint. */\r
#define CDC2_NOTIFICATION_EPNUM 4\r
\r
/** Endpoint number of the second CDC interface's device-to-host data IN endpoint. */\r
- #define CDC2_TX_EPNUM 5 \r
+ #define CDC2_TX_EPNUM 5\r
\r
/** Endpoint number of the second CDC interface's host-to-device data OUT endpoint. */\r
- #define CDC2_RX_EPNUM 6 \r
+ #define CDC2_RX_EPNUM 6\r
\r
/** Size in bytes of the CDC device-to-host notification IN endpoints. */\r
#define CDC_NOTIFICATION_EPSIZE 8\r
\r
/** Size in bytes of the CDC data IN and OUT endpoints. */\r
- #define CDC_TXRX_EPSIZE 16 \r
+ #define CDC_TXRX_EPSIZE 16\r
\r
/* Type Defines: */\r
/** Type define for the device configuration descriptor structure. This must be defined in the\r
\r
/* Function Prototypes: */\r
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)\r
- ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);\r
+ ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);\r
\r
#endif\r