Remove arguments no longer used by XUD

This commit is contained in:
mbanth
2021-06-09 16:18:34 +01:00
parent 32e06c1ad2
commit 3f3007c3ac

View File

@@ -346,8 +346,7 @@ VENDOR_REQUESTS_PARAMS_DEC_
/* USB Interface Core */
XUD_Main(c_xud_out, ENDPOINT_COUNT_OUT, c_xud_in, ENDPOINT_COUNT_IN,
c_sof, epTypeTableOut, epTypeTableIn, p_usb_rst,
null, 0, usbSpeed, XUD_PWR_CFG);
c_sof, epTypeTableOut, epTypeTableIn, usbSpeed, XUD_PWR_CFG);
}
/* USB Packet buffering Core */