comparison libftmini/ftdi_tune.h @ 14:67ecb394b24f

libftmini: starting with EEPROM read
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 07 Sep 2023 07:59:09 +0000
parents
children fce3d4baa2b4
comparison
equal deleted inserted replaced
13:c53dee063cdd 14:67ecb394b24f
1 /*
2 * libftdi-0.20 passes ftdi->usb_read_timeout as the last argument to
3 * usb_control_msg(); this setting is initialized to 5000 in ftdi_init()
4 * and never changed in practice. Replicate this magic definition.
5 */
6
7 #define USB_READ_TIMEOUT 5000