forked from PAWPAW-Mirror/lib_xua
Updated hwlock allocation
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
* Each element in s_hidChangePending corresponds to an element in hidReports.
|
* Each element in s_hidChangePending corresponds to an element in hidReports.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
hwlock_t hidStaticVarLock = hwlock_alloc();
|
hwlock_t hidStaticVarLock;
|
||||||
|
hidStaticVarLock = hwlock_alloc();
|
||||||
|
|
||||||
static unsigned s_hidChangePending[ HID_REPORT_COUNT ];
|
static unsigned s_hidChangePending[ HID_REPORT_COUNT ];
|
||||||
static unsigned char s_hidReportDescriptor[ HID_REPORT_DESCRIPTOR_MAX_LENGTH ];
|
static unsigned char s_hidReportDescriptor[ HID_REPORT_DESCRIPTOR_MAX_LENGTH ];
|
||||||
|
|||||||
Reference in New Issue
Block a user