Skip to content

Commit

Permalink
Resolve issues in release mode.
Browse files Browse the repository at this point in the history
This resolves #7.
  • Loading branch information
imbushuo committed Sep 6, 2017
1 parent 89f1d1a commit 7fc2e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MagicTrackpad2PtpDevice/InputInterrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ AmtPtpServiceTouchInputInterruptType5(
// First things
report.ReportID = REPORTID_MULTITOUCH;
report.ScanTime = 10000;
report.IsButtonClicked = 0;

// Check things to report
if (DeviceContext->IsSurfaceReportOn) {
Expand Down

0 comments on commit 7fc2e59

Please sign in to comment.