diff options
Diffstat (limited to 'src-avr/ao_usb.h')
-rw-r--r-- | src-avr/ao_usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-avr/ao_usb.h b/src-avr/ao_usb.h index cec867ac..6633dafc 100644 --- a/src-avr/ao_usb.h +++ b/src-avr/ao_usb.h @@ -64,7 +64,7 @@ #define AO_USB_INT_EP 1 #define AO_USB_OUT_EP 4 #define AO_USB_IN_EP 5 -#define AO_USB_CONTROL_SIZE 16 +#define AO_USB_CONTROL_SIZE 32 /* * Double buffer IN and OUT EPs, so each * gets half of the available space |