Skip to content
Snippets Groups Projects
Commit 7debad3e authored by schneider's avatar schneider
Browse files

fix(max32666): Revert MXC_USBHS_MAX_PACKET back to 64 to fix USB

parent 74a3499d
No related branches found
No related tags found
No related merge requests found
...@@ -533,7 +533,7 @@ typedef enum { ...@@ -533,7 +533,7 @@ typedef enum {
#define MXC_USBHS ((mxc_usbhs_regs_t*)MXC_BASE_USBHS) #define MXC_USBHS ((mxc_usbhs_regs_t*)MXC_BASE_USBHS)
#define MXC_USBHS_NUM_EP 12 /* HW must have at least EP 0 CONTROL + 11 IN/OUT */ #define MXC_USBHS_NUM_EP 12 /* HW must have at least EP 0 CONTROL + 11 IN/OUT */
#define MXC_USBHS_NUM_DMA 8 /* HW must have at least this many DMA channels */ #define MXC_USBHS_NUM_DMA 8 /* HW must have at least this many DMA channels */
#define MXC_USBHS_MAX_PACKET 512 #define MXC_USBHS_MAX_PACKET 64
/******************************************************************************/ /******************************************************************************/
/* Smart DMA */ /* Smart DMA */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment