Skip to content
Snippets Groups Projects
Commit 7c329060 authored by Dean Camera's avatar Dean Camera
Browse files

Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.

MultiArchDemos: Correct usage of updated INTC_RegisterGroupHandler() in the ported demos.
parent 3f38ea63
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
#define ENDPOINT_DETAILS_EP4 512, 2 #define ENDPOINT_DETAILS_EP4 512, 2
#define ENDPOINT_DETAILS_EP5 512, 2 #define ENDPOINT_DETAILS_EP5 512, 2
#define ENDPOINT_DETAILS_EP6 512, 2 #define ENDPOINT_DETAILS_EP6 512, 2
#define ENDPOINT_DETAILS_EP7 512, 2
#elif defined(USB_SERIES_UC3B0_AVR32) || defined(USB_SERIES_UC3B1_AVR32) #elif defined(USB_SERIES_UC3B0_AVR32) || defined(USB_SERIES_UC3B1_AVR32)
#define ENDPOINT_DETAILS_MAXEP 7 #define ENDPOINT_DETAILS_MAXEP 7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment