forked from PAWPAW-Mirror/lib_xua
Removed locks in isReportDesciptorPrepared
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user