FreeCalypso > hg > fc-usbser-tools
view libftmini/ftdi_tune.h @ 17:2e21b551b971
top Makefile: fteeprom now depends on local libs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Sep 2023 08:58:16 +0000 |
parents | 67ecb394b24f |
children | fce3d4baa2b4 |
line wrap: on
line source
/* * libftdi-0.20 passes ftdi->usb_read_timeout as the last argument to * usb_control_msg(); this setting is initialized to 5000 in ftdi_init() * and never changed in practice. Replicate this magic definition. */ #define USB_READ_TIMEOUT 5000