Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
6490d1c4
Commit
6490d1c4
authored
Jul 14, 2011
by
Dean Camera
Browse files
Correct the maximum banks per endpoint information macros for the UC3A3 and UC3A4 devices.
parent
bc41cbd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
View file @
6490d1c4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment