Skip to content

Commit 827bf37

Browse files
authored
Update Touchscreen.cpp SET_IDLE
1 parent 7b4e634 commit 827bf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SingleReport/Touchscreen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ bool Touchscreen_::setup(USBSetup& setup) {
172172
return true;
173173
}
174174
if (request == HID_SET_IDLE) {
175-
idle = setup.wValueL;
175+
idle = setup.wValueH;
176176
return true;
177177
}
178178
if (request == HID_SET_REPORT) {

0 commit comments

Comments
 (0)