]> git.zarvox.org Git - usbsnes.git/commitdiff
Fix HID descriptor length #define in usbconfig.h
authorDrew Fisher <drew.m.fisher@gmail.com>
Tue, 23 Feb 2010 23:44:28 +0000 (18:44 -0500)
committerDrew Fisher <drew.m.fisher@gmail.com>
Tue, 23 Feb 2010 23:44:28 +0000 (18:44 -0500)
usbconfig.h

index 111fa236f2f19a7e78d0cd3eb81b50ca34d049b8..64e3c5c489d53d38fcf9a5072de0167989c5fba0 100644 (file)
@@ -277,8 +277,7 @@ section at the end of this file).
  * HID class is 3, no subclass and protocol required (but may be useful!)
  * CDC class is 2, use subclass 2 and protocol 1 for ACM
  */
-//FIXME: I've filled in above here, but below here needs finishing.  Drew Fisher, 2010-01-30
-#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH    42
+#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH    28
 /* Define this to the length of the HID report descriptor, if you implement
  * an HID device. Otherwise don't define it or define it to 0.
  * If you use this define, you must add a PROGMEM character array named