From 3aac52b80440cc7fd9cb815ca4cd4170c41b7464 Mon Sep 17 00:00:00 2001 From: "Dimitrios Chr. Ioannidis" Date: Fri, 18 Mar 2022 15:09:17 +0200 Subject: [PATCH] Fix unit name #8 Missed to rename the unit name. --- src/hidapi_static.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hidapi_static.pas b/src/hidapi_static.pas index 8150324..b46efed 100644 --- a/src/hidapi_static.pas +++ b/src/hidapi_static.pas @@ -22,7 +22,7 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. } -unit hidapi; +unit hidapi_static; {$i hidapi.inc}