+ /* Macros: */\r
+ #if !defined(HID_MAX_REPORT_SIZE)\r
+ /** Maximum size of an IN report which can be generated by the device and sent to the host, in bytes.\r
+ *\r
+ * \note If larger reports than the default specified here are to be generated by the device, this\r
+ * value can be overridden by defining this token to the required value in the project makefile\r
+ * and passing it to the compiler via the -D switch.\r
+ */\r
+ #define HID_MAX_REPORT_SIZE 16\r
+ #endif\r
+ \r