#include <LUFA/Drivers/USB/USB.h>\r
#include <LUFA/Drivers/USB/Class/Device/CDC.h>\r
\r
- /* Macros: */ \r
+ /* Macros: */\r
/** Endpoint number of the CDC device-to-host notification IN endpoint. */\r
#define CDC_NOTIFICATION_EPNUM 2\r
\r
/** Endpoint number of the CDC device-to-host data IN endpoint. */\r
- #define CDC_TX_EPNUM 3 \r
+ #define CDC_TX_EPNUM 3\r
\r
/** Endpoint number of the CDC host-to-device data OUT endpoint. */\r
- #define CDC_RX_EPNUM 4 \r
+ #define CDC_RX_EPNUM 4\r
\r
/** Size in bytes of the CDC device-to-host notification IN endpoint. */\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