From 4b5c09297f11b2612a9072fc05a244fbc2c0ddc0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 17 Nov 2003 21:09:45 +0000 Subject: cleaned up code substantially; got everything working; made help patches svn path=/trunk/externals/hcs/; revision=1192 --- linuxhid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linuxhid.h') diff --git a/linuxhid.h b/linuxhid.h index e4607bb..9682503 100644 --- a/linuxhid.h +++ b/linuxhid.h @@ -1,4 +1,4 @@ -#include "m_pd.h" +#include #ifdef PD_MAJOR_VERSION #include "s_stuff.h" @@ -18,8 +18,8 @@ #include -#define DEBUG(x) -/*#define DEBUG(x) x */ +//#define DEBUG(x) +#define DEBUG(x) x /*------------------------------------------------------------------------------ * from evtest.c from the ff-utils package -- cgit v1.2.1