diff options
author | Florian Jung <flo@windfisch.org> | 2014-04-04 19:10:04 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-04-04 19:10:04 +0200 |
commit | 7c8a6d56f9f1f16250272dca698085b71f7cad39 (patch) | |
tree | 07d5a4ef14102b8e08d7c244e0c0e2763531e3ca /usbdrv | |
parent | d35c03b5cfd10c8d477041192488f0b50e1e0a99 (diff) |
fixed m(
Diffstat (limited to 'usbdrv')
-rw-r--r-- | usbdrv/usbconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbconfig.h b/usbdrv/usbconfig.h index e4b61ff..2296019 100644 --- a/usbdrv/usbconfig.h +++ b/usbdrv/usbconfig.h @@ -279,7 +279,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 */ -/* #define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH 42 */ +#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH 52 /* 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 |