From 3486b399456ac3bd65fe86dc9c99aa69105651d1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 25 Jan 2006 08:40:35 +0000 Subject: stopped outputting EV_SYN events since they are not needed in Pd space and they cause troubles; cleaned up all warnings svn path=/trunk/externals/hcs/hid/; revision=4487 --- hid.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hid.c') diff --git a/hid.c b/hid.c index 4d01ef5..9435257 100644 --- a/hid.c +++ b/hid.c @@ -32,6 +32,8 @@ #define DEBUG(x) //#define DEBUG(x) x +static t_class *hid_class; + /*------------------------------------------------------------------------------ * FUNCTION PROTOTYPES */ -- cgit v1.2.1