diff options
author | tmk <nobody@nowhere> | 2012-07-08 23:57:25 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-07-08 23:57:25 +0900 |
commit | 8947029950ba19c16bedd3d4618d4227f4714564 (patch) | |
tree | 6a3ce9eb93040f8995a2d673ceec7b1dca471685 /protocol/lufa/descriptor.h | |
parent | ab89bfce03e7c792c92a2be1ccf0fbc1e379ed94 (diff) |
Interrupt driven Control ep and Console task
Diffstat (limited to 'protocol/lufa/descriptor.h')
-rw-r--r-- | protocol/lufa/descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/lufa/descriptor.h b/protocol/lufa/descriptor.h index 001e072e6a..09fb24acc1 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 |