Add support for input-only lines (-)
[fw/altos] / ccdbg.h
diff --git a/ccdbg.h b/ccdbg.h
index 19cf8fa3fe7a29ca503e7ddde5ceb678f0bef575..90d6d25b65efc011b6057ee8eb764d09117ccb2f 100644 (file)
--- 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;