We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aac52b commit f312db7Copy full SHA for f312db7
1 file changed
demos/maindemo/demo.lpr
@@ -6,7 +6,7 @@
6
7
uses
8
sysutils,
9
- 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 .
10
11
procedure EnumerationDemo;
12
var
0 commit comments