diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-07-14 07:18:31 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-07-14 07:18:31 +0000 |
| commit | b53124b4e9b791882b81b5dadf8b2dbea447e6ad (patch) | |
| tree | 445efc24b8b024224c0c2645c6f1d492d1477ade | |
| parent | eb130e2ba11e1f610e27d83121e4a6fa75c6907c (diff) | |
Correct the maximum banks per endpoint information macros for the UC3A3 and UC3A4 devices.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1877 d5102386-fcda-11dd-9fdb-3debd5008f28
| -rw-r--r-- | LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h b/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h index 84566624..5b37b541 100644 --- a/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h +++ b/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h @@ -112,13 +112,13 @@ #define ENDPOINT_DETAILS_MAXEP 8
#define ENDPOINT_DETAILS_EP0 64, 1
- #define ENDPOINT_DETAILS_EP1 512, 2
- #define ENDPOINT_DETAILS_EP2 512, 2
- #define ENDPOINT_DETAILS_EP3 512, 2
- #define ENDPOINT_DETAILS_EP4 512, 2
- #define ENDPOINT_DETAILS_EP5 512, 2
- #define ENDPOINT_DETAILS_EP6 512, 2
- #define ENDPOINT_DETAILS_EP7 512, 2
+ #define ENDPOINT_DETAILS_EP1 512, 3
+ #define ENDPOINT_DETAILS_EP2 512, 3
+ #define ENDPOINT_DETAILS_EP3 512, 3
+ #define ENDPOINT_DETAILS_EP4 512, 3
+ #define ENDPOINT_DETAILS_EP5 512, 3
+ #define ENDPOINT_DETAILS_EP6 512, 3
+ #define ENDPOINT_DETAILS_EP7 512, 3
#elif defined(USB_SERIES_UC3B0_AVR32) || defined(USB_SERIES_UC3B1_AVR32)
#define ENDPOINT_DETAILS_MAXEP 7
|
