summaryrefslogtreecommitdiff
path: root/protocol/lufa/descriptor.h
diff options
context:
space:
mode:
authortmk2012-07-08 23:57:25 +0900
committertmk2012-07-08 23:57:25 +0900
commit8947029950ba19c16bedd3d4618d4227f4714564 (patch)
tree6a3ce9eb93040f8995a2d673ceec7b1dca471685 /protocol/lufa/descriptor.h
parentab89bfce03e7c792c92a2be1ccf0fbc1e379ed94 (diff)
Interrupt driven Control ep and Console task
Diffstat (limited to 'protocol/lufa/descriptor.h')
-rw-r--r--protocol/lufa/descriptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/lufa/descriptor.h b/protocol/lufa/descriptor.h
index 001e072e6..09fb24acc 100644
--- a/protocol/lufa/descriptor.h
+++ b/protocol/lufa/descriptor.h
@@ -110,7 +110,7 @@ typedef struct
#define KEYBOARD_EPSIZE 8
#define MOUSE_EPSIZE 8
-#define CONSOLE_EPSIZE 8
+#define CONSOLE_EPSIZE 32
#define EXTRA_EPSIZE 8