aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-25 17:02:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-25 17:02:53 +0000
commite5cc9d0bfa18cdce4270955083b05d1caeb2e440 (patch)
treedcbcf0de8423ca213efc043ba21e826008e6d0c7
parent95485b112f671e3377b9e82287744c9bbf40007e (diff)
turn off excess debug messages on Mac OS X
svn path=/trunk/externals/hcs/hid/; revision=6429
-rw-r--r--hid_darwin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid_darwin.c b/hid_darwin.c
index ade0114..d406054 100644
--- a/hid_darwin.c
+++ b/hid_darwin.c
@@ -53,8 +53,8 @@
#include "hid.h"
-//#define DEBUG(x)
-#define DEBUG(x) x
+#define DEBUG(x)
+//#define DEBUG(x) x
/*==============================================================================
* GLOBAL VARS