Skip to content

Commit

Permalink
allow compiling w/o having debugging functions
Browse files Browse the repository at this point in the history
  • Loading branch information
brentr committed May 27, 2023
1 parent 1877687 commit 16be450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftd2xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Trace("reason=%d\n", fdwReason);
}
if (FT_SetVIDPID(vendor, product))
return FALSE;
TRACE("Seeking vendor:product 0x%04x:0x%04lx\n", vendor, product);
Trace("Seeking vendor:product 0x%04x:0x%04lx\n", vendor, product);
}
}
}
Expand Down

0 comments on commit 16be450

Please sign in to comment.