Skip to content

Commit

Permalink
Add sleep(1) back to io
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopeng12138 committed Jun 11, 2023
1 parent 25b37a5 commit a465239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mercuryio/mercuryio.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static unsigned int __stdcall mercury_io_touch_thread_proc(void *ctx)
memcpy(cellPressed, FileMapping->TouchIoStatus, 240);
}
callback(cellPressed);
//Sleep(1);
Sleep(1);
}

FileMapping->RGBAData[3] = 0x00; //IPC idle flag
Expand Down

0 comments on commit a465239

Please sign in to comment.