Fix example-fs-bb48 to support 16 endpoints
This commit is contained in:
@@ -147,7 +147,7 @@ kl27z_usb_init (void)
|
||||
int i;
|
||||
|
||||
memset (ep, 0, sizeof (ep));
|
||||
memset (BD_table, 0, 10 * sizeof (struct BD));
|
||||
memset (BD_table, 0, 16 * 2 * 2 * sizeof (struct BD));
|
||||
|
||||
/* D+ pull up */
|
||||
USB_CTRL0->OTGCTL = 0x80;
|
||||
|
||||
Reference in New Issue
Block a user