From 59aad4c7a8fe6be36add969a93e634fef1446e67 Mon Sep 17 00:00:00 2001 From: optixx Date: Sun, 3 May 2009 18:35:40 +0200 Subject: [PATCH] o done testing --- poc/avr_usbload/commandline/snesuploader.c | 2 +- poc/avr_usbload/usbconfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poc/avr_usbload/commandline/snesuploader.c b/poc/avr_usbload/commandline/snesuploader.c index 5d2fcff..f7be0b5 100644 --- a/poc/avr_usbload/commandline/snesuploader.c +++ b/poc/avr_usbload/commandline/snesuploader.c @@ -19,7 +19,7 @@ respectively. */ -#define BUFFER_SIZE 8 +#define BUFFER_SIZE 4 #define BUFFER_CRC (1024 * 64) #define BANK_SIZE (1<<15) diff --git a/poc/avr_usbload/usbconfig.h b/poc/avr_usbload/usbconfig.h index 26cbfb1..9235795 100644 --- a/poc/avr_usbload/usbconfig.h +++ b/poc/avr_usbload/usbconfig.h @@ -97,7 +97,7 @@ section at the end of this file). * it is required by the standard. We have made it a config option because it * bloats the code considerably. */ -#define USB_CFG_SUPPRESS_INTR_CODE 0 +#define USB_CFG_SUPPRESS_INTR_CODE 1 /* Define this to 1 if you want to declare interrupt-in endpoints, but don't * want to send any data over them. If this macro is defined to 1, functions * usbSetInterrupt() and usbSetInterrupt3() are omitted. This is useful if