From e71ffdba00af5b855e12f0a46411f2fca98e9f59 Mon Sep 17 00:00:00 2001 From: Angel Cascarino Date: Mon, 20 Dec 2021 17:10:48 +0000 Subject: [PATCH] Missed a semicolon... --- lib_xua/src/core/buffer/ep/ep_buffer.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/buffer/ep/ep_buffer.xc b/lib_xua/src/core/buffer/ep/ep_buffer.xc index 2eecb6b7..605ab119 100644 --- a/lib_xua/src/core/buffer/ep/ep_buffer.xc +++ b/lib_xua/src/core/buffer/ep/ep_buffer.xc @@ -381,7 +381,7 @@ void XUA_Buffer_Ep(register chanend c_aud_out, /* Get the last report - we don't really care which it is, so long as there's some data we can grab. */ int hidReportLength = (int) UserHIDGetData(hidGetReportIdLimit() - 1, g_hidData); - XUD_SetReady_In(ep_hid, g_hidData, hidReportLength) + XUD_SetReady_In(ep_hid, g_hidData, hidReportLength); } #endif