forked from PAWPAW-Mirror/lib_xua
Correct error in hidCaptureReportTime
This commit is contained in:
@@ -143,7 +143,7 @@ void hidCaptureReportTime( const unsigned id, const unsigned time )
|
||||
{
|
||||
for( size_t idx = 0U; idx < HID_REPORT_COUNT; ++idx ) {
|
||||
if( id == hidGetElementReportId( hidReports[ idx ]->location )) {
|
||||
s_hidNextReportTime[ idx ] = time;
|
||||
s_hidReportTime[ idx ] = time;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user