diff options
author | Keith Packard <keithp@keithp.com> | 2011-05-17 17:52:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-17 17:52:35 -0700 |
commit | ce78906727aa59fc2b91f0fde4c7186b037359ff (patch) | |
tree | 3ea069a2d1764aac67a3c8d301fef7fb78a01193 /src-avr/ao_usb.h | |
parent | edc7bff70353df0c83deff6d5107060f6e934607 (diff) |
src-avr: USB work in progress
Some packets are flowing, although it's not working right.
Signed-off-by: Keith Packard <keithp@keithp.com>
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 |