Skip to content

Commit f312db7

Browse files
author
hemera@nephelae.eu
committed
Fix demo app.
1 parent 3aac52b commit f312db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/maindemo/demo.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
uses
88
sysutils,
9-
hidapi_dyn; // Dynamic loading of hidapi library. For static loading use hidapi.pas .
9+
hidapi; // Dynamic loading of hidapi library. For static loading use hidapi_static.pas .
1010

1111
procedure EnumerationDemo;
1212
var

0 commit comments

Comments
 (0)