aboutsummaryrefslogtreecommitdiff
path: root/hid.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-15 05:17:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-15 05:17:45 +0000
commitabe28425faba6c3c729886859be030d098a92df8 (patch)
tree37a10b6a3a2b1fe9b179fa8a7a3363202f2e4f64 /hid.c
parent742e122ef16d2538803a3d40596ca9bd4b3f2112 (diff)
prepping for release, fixed a couple very minor bugs
svn path=/trunk/externals/hcs/hid/; revision=2276
Diffstat (limited to 'hid.c')
-rw-r--r--hid.c4
1 files changed, 2 insertions, 2 deletions
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