comparison fteeprom/ftee-gen2232c.c @ 75:7ff9b4857aaf

fteeprom/ftee-gen2232c.c: typo in header comment
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 26 Sep 2023 00:25:41 +0000
parents 201503e4be18
children 66cbbd7d85cf
comparison
equal deleted inserted replaced
74:d069e2a6760e 75:7ff9b4857aaf
1 /* 1 /*
2 * This program constucts a configuration EEPROM image for FT2232C/D chips 2 * This program constructs a configuration EEPROM image for FT2232C/D chips
3 * based on a configuration source file giving various settings. 3 * based on a configuration source file giving various settings.
4 */ 4 */
5 5
6 #include <sys/types.h> 6 #include <sys/types.h>
7 #include <ctype.h> 7 #include <ctype.h>