mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
sampleinterval -> 1
This commit is contained in:
parent
e1cc9144ee
commit
785bdec34b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ int main (void)
|
||||||
HidDevInfo.StrDescPtr = (uint32_t)&USB_StringDescriptor[0];
|
HidDevInfo.StrDescPtr = (uint32_t)&USB_StringDescriptor[0];
|
||||||
HidDevInfo.InReportCount = INSIZE;
|
HidDevInfo.InReportCount = INSIZE;
|
||||||
HidDevInfo.OutReportCount = OUTSIZE;
|
HidDevInfo.OutReportCount = OUTSIZE;
|
||||||
HidDevInfo.SampleInterval = 0x20;
|
HidDevInfo.SampleInterval = 1;
|
||||||
HidDevInfo.InReport = GetInReport;
|
HidDevInfo.InReport = GetInReport;
|
||||||
HidDevInfo.OutReport = SetOutReport;
|
HidDevInfo.OutReport = SetOutReport;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue