reduce clock to 50us
authorKeith Packard <keithp@keithp.com>
Thu, 18 Dec 2008 07:15:19 +0000 (23:15 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 18 Dec 2008 07:15:19 +0000 (23:15 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
ccdbg.h

diff --git a/ccdbg.h b/ccdbg.h
index fc0cdd3c52899fd2cec8a03c79809b342a91ffbc..7d9940c30bb49b80312d323cf3b314ffac41aaf5 100644 (file)
--- a/ccdbg.h
+++ b/ccdbg.h
@@ -45,7 +45,7 @@
 
 
 /* painfully slow for now */
-#define CC_CLOCK_US    (1000)
+#define CC_CLOCK_US    (50)
 
 struct ccdbg {
        usb_dev_handle  *usb_dev;