diff options
author | Keith Packard <keithp@keithp.com> | 2008-12-17 23:15:19 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-17 23:15:19 -0800 |
commit | aec3bbce84a5ceb92060a4b3889379f2af2404ac (patch) | |
tree | 4a4f316366801ec29ae4c6a5a159d655eb312e1e | |
parent | fa168f963f8b00144d12aa2770e9c0917cfae123 (diff) |
reduce clock to 50us
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | ccdbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |