From 3f3007c3ac1b9b672649f6e6935fa75fb362d167 Mon Sep 17 00:00:00 2001 From: mbanth Date: Wed, 9 Jun 2021 16:18:34 +0100 Subject: [PATCH] Remove arguments no longer used by XUD --- lib_xua/src/core/main.xc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib_xua/src/core/main.xc b/lib_xua/src/core/main.xc index 421793f2..a16599f7 100755 --- a/lib_xua/src/core/main.xc +++ b/lib_xua/src/core/main.xc @@ -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 */