Increase the size of the endpoint buffers. They are double buffered so

need to be twice the size.

Sponsored by:	DARPA, AFRL
This commit is contained in:
andrew 2018-03-22 15:24:26 +00:00
parent b1d831d84d
commit 7a8b240cfd

View File

@ -157,7 +157,7 @@ static const struct musb_otg_ep_cfg musbotg_ep_default[] = {
},
{
.ep_end = 7,
.ep_fifosz_shift = 9,
.ep_fifosz_shift = 10,
.ep_fifosz_reg = MUSB2_VAL_FIFOSZ_512 | MUSB2_MASK_FIFODB,
},
{