summaryrefslogtreecommitdiff
path: root/glcddrivers/ax206dpf.c
diff options
context:
space:
mode:
authorLucian Muresan <lucianm@users.sourceforge.net>2013-02-22 22:09:40 +0100
committerLucian Muresan <lucianm@users.sourceforge.net>2013-02-22 22:09:40 +0100
commit281feef328f8e3772f7a0dde0a90c3a5260c334d (patch)
tree42caac879ed1cb4b2e419319677173dc04e4f709 /glcddrivers/ax206dpf.c
parent36e68bcba2e60808a1b629aea3640f8d8bec9c2d (diff)
downloadgraphlcd-base-281feef328f8e3772f7a0dde0a90c3a5260c334d.tar.gz
graphlcd-base-281feef328f8e3772f7a0dde0a90c3a5260c334d.tar.bz2
more consistent usage of debug code (define HAVE_DEBUG)
Diffstat (limited to 'glcddrivers/ax206dpf.c')
-rw-r--r--glcddrivers/ax206dpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcddrivers/ax206dpf.c b/glcddrivers/ax206dpf.c
index 7c9935a..f715585 100644
--- a/glcddrivers/ax206dpf.c
+++ b/glcddrivers/ax206dpf.c
@@ -878,7 +878,7 @@ static struct usb_device *find_dev(int index)
else enumeration++;
}
-#ifdef DEBUG
+#ifdef HAVE_DEBUG
printf("%04x %04x\n",
d->descriptor.idVendor,
d->descriptor.idProduct);