update hid.xc

This commit is contained in:
Steven Dan
2026-03-27 23:52:30 +08:00
parent d0e98ea135
commit d5338de59b

View File

@@ -31,9 +31,9 @@ XUD_Result_t HidInterfaceClassRequests(
#endif
USB_SetupPacket_t &sp )
{
unsigned char buffer[65] = {0};
#if ((USE_EX3D == 1) || (EQ_EN == 1) || (DEBUG_MEMORY_LOG_ENABLED == 1) )
unsigned datalength;
unsigned char buffer[65] = {0};
#endif
XUD_Result_t result = XUD_RES_ERR;