summaryrefslogtreecommitdiff
path: root/ccdbg.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-08 17:25:28 -0800
committerKeith Packard <keithp@keithp.com>2008-12-08 17:25:28 -0800
commite64b4dbf15e9ee1cb0de002985de7575e83d46e9 (patch)
treeb70d368028e430d3043c2f703391e63eeab81e6b /ccdbg.h
parent4f38974a9941cddaba27c17c5a46f923db386c94 (diff)
Add support for input-only lines (-)
Diffstat (limited to 'ccdbg.h')
-rw-r--r--ccdbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccdbg.h b/ccdbg.h
index 19cf8fa3..90d6d25b 100644
--- a/ccdbg.h
+++ b/ccdbg.h
@@ -45,7 +45,7 @@
/* painfully slow for now */
-#define CC_CLOCK_US (100 * 1000)
+#define CC_CLOCK_US (100)
struct ccdbg {
usb_dev_handle *usb_dev;