aboutsummaryrefslogtreecommitdiff
path: root/hid.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-25 08:40:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-25 08:40:35 +0000
commit3486b399456ac3bd65fe86dc9c99aa69105651d1 (patch)
tree530e715817cc84d630e8d3b3247a8bb40121aaee /hid.c
parent90dd1056e4dec75159f45596165d495cd6ccb299 (diff)
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
Diffstat (limited to 'hid.c')
-rw-r--r--hid.c2
1 files changed, 2 insertions, 0 deletions
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
*/