First support PL2303-HXD GPIO 2 & 3
[pub/pl2303-ft232-gpio.git] / cp2103.c
index 72ef5be..f158d9d 100644 (file)
--- a/cp2103.c
+++ b/cp2103.c
@@ -91,7 +91,7 @@ void gpio_write_reg(libusb_device_handle *h, uint16_t reg)
                reg,              // wIndex
                0,             // pointer to destination buffer
                0,  // wLength
-               6000
+               1000
                );
        handle_error(bytes);
 }