Skip to content

Commit

Permalink
Update Touchscreen.cpp SET_IDLE
Browse files Browse the repository at this point in the history
  • Loading branch information
ilufang authored Jul 24, 2021
1 parent 7b4e634 commit 827bf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SingleReport/Touchscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ bool Touchscreen_::setup(USBSetup& setup) {
return true;
}
if (request == HID_SET_IDLE) {
idle = setup.wValueL;
idle = setup.wValueH;
return true;
}
if (request == HID_SET_REPORT) {
Expand Down

0 comments on commit 827bf37

Please sign in to comment.