Fixed HID report parser collection paths invalid due to misplaced semicolon in the...
[pub/lufa.git] / LUFA / Drivers / USB / Class / Host / HIDParser.h
index de98967..7a1563a 100644 (file)
@@ -99,7 +99,7 @@
                         *  overridden by defining HID_MAX_COLLECTIONS to another value in the user project makefile, passing\r
                         *  the define to the compiler using the -D compiler switch.\r
                         */\r
-                       #define HID_MAX_COLLECTIONS           5\r
+                       #define HID_MAX_COLLECTIONS           10\r
                #endif\r
                \r
                #if !defined(HID_MAX_REPORTITEMS) || defined(__DOXYGEN__)\r