diff --git a/lib_xua/src/hid/hid_report.c b/lib_xua/src/hid/hid_report.c index 60dbed35..be5534eb 100644 --- a/lib_xua/src/hid/hid_report.c +++ b/lib_xua/src/hid/hid_report.c @@ -228,9 +228,7 @@ unsigned hidGetNextReportTime( const unsigned id ) unsigned hidIsReportDescriptorPrepared( void ) { - hwlock_acquire(hidStaticVarLock); return s_hidReportDescriptorPrepared; - hwlock_release(hidStaticVarLock); } unsigned char* hidGetReportDescriptor( void )