Skip to content

Commit

Permalink
Fix demo app.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 18, 2022
1 parent 3aac52b commit f312db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/maindemo/demo.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

uses
sysutils,
hidapi_dyn; // Dynamic loading of hidapi library. For static loading use hidapi.pas .
hidapi; // Dynamic loading of hidapi library. For static loading use hidapi_static.pas .

procedure EnumerationDemo;
var
Expand Down

0 comments on commit f312db7

Please sign in to comment.