From abe28425faba6c3c729886859be030d098a92df8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 15 Nov 2004 05:17:45 +0000 Subject: prepping for release, fixed a couple very minor bugs svn path=/trunk/externals/hcs/hid/; revision=2276 --- hid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hid.c') diff --git a/hid.c b/hid.c index 1bd9390..8718299 100644 --- a/hid.c +++ b/hid.c @@ -29,8 +29,8 @@ * LOCAL DEFINES */ -//#define DEBUG(x) -#define DEBUG(x) x +#define DEBUG(x) +//#define DEBUG(x) x #define DEFAULT_DELAY 5 -- cgit v1.2.1