o done testing

This commit is contained in:
optixx 2009-05-03 18:35:40 +02:00
parent af48032798
commit 59aad4c7a8
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ respectively.
*/ */
#define BUFFER_SIZE 8 #define BUFFER_SIZE 4
#define BUFFER_CRC (1024 * 64) #define BUFFER_CRC (1024 * 64)
#define BANK_SIZE (1<<15) #define BANK_SIZE (1<<15)

View File

@ -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 * it is required by the standard. We have made it a config option because it
* bloats the code considerably. * 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 /* 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 * want to send any data over them. If this macro is defined to 1, functions
* usbSetInterrupt() and usbSetInterrupt3() are omitted. This is useful if * usbSetInterrupt() and usbSetInterrupt3() are omitted. This is useful if