From 56935a7ff2eb1cdb5935a0bbe185f757b510e835 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 6 Dec 2016 16:17:56 +0000 Subject: [PATCH] XUD in HP --- module_usb_audio/main.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index da81c579..868011c1 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -318,7 +318,7 @@ VENDOR_REQUESTS_PARAMS_DEC_ clk, 1, XUD_SPEED_HS, XUD_PWR_CFG); #else { -//set_core_high_priority_on(); + set_core_high_priority_on(); XUD_Manager(c_xud_out, ENDPOINT_COUNT_OUT, c_xud_in, ENDPOINT_COUNT_IN, c_sof, epTypeTableOut, epTypeTableIn, p_usb_rst, clk, 1, XUD_SPEED_FS, XUD_PWR_CFG);