Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Mar 12, 2021
1 parent dd7722d commit ae29ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/DsHidMiniDrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ DMF_OutputReportScheduledTaskCallback(

TraceVerbose(
TRACE_DSHIDMINIDRV,
"Time span since last packet was sent: %Iu ms",
"Time span since last packet was sent: %I64d ms",
ms
);

Expand Down

0 comments on commit ae29ec5

Please sign in to comment.