From: Yegor Yefremov Date: Wed, 9 Aug 2023 12:38:26 +0000 (+0200) Subject: EEPROM: mention FT230X in the dynamic content calculation X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=ee93e3056cd496221d2c701dfd92e67f888376f3 EEPROM: mention FT230X in the dynamic content calculation --- diff --git a/src/ftdi.c b/src/ftdi.c index cf53e04..349df8a 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -3049,7 +3049,7 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi) // Dynamic content // Strings start at 0x94 (TYPE_AM, TYPE_BM) // 0x96 (TYPE_2232C), 0x98 (TYPE_R) and 0x9a (TYPE_x232H) - // 0xa0 (TYPE_232H) + // 0xa0 (TYPE_232H, TYPE_230X) i = 0; switch (ftdi->type) {