Don't spam stderr when flashing FT232H eeprom
authorTomasz Wasilczyk <tomkiewi@gmail.com>
Thu, 11 Mar 2021 23:43:12 +0000 (15:43 -0800)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sun, 2 May 2021 07:15:38 +0000 (09:15 +0200)
src/ftdi.c

index 03d7b07..db66b87 100644 (file)
@@ -3421,7 +3421,7 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi)
             set_ft232h_cbus(eeprom, output);
 
             output[0x1e] = eeprom->chip;
-            fprintf(stderr,"FIXME: Build FT232H specific EEPROM settings\n");
+            /* FIXME: Build FT232H specific EEPROM settings */
             break;
         case TYPE_230X:
             output[0x00] = 0x80; /* Actually, leave the default value */