From: Keith Packard Date: Thu, 18 Dec 2008 07:15:19 +0000 (-0800) Subject: reduce clock to 50us X-Git-Tag: 0.5~58^2~100 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=aec3bbce84a5ceb92060a4b3889379f2af2404ac reduce clock to 50us Signed-off-by: Keith Packard --- diff --git a/ccdbg.h b/ccdbg.h index fc0cdd3c..7d9940c3 100644 --- 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;