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 6633dafc..cec867ac 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	32 +#define AO_USB_CONTROL_SIZE	16  /*   * Double buffer IN and OUT EPs, so each   * gets half of the available space | 
