ti-tps6598x: remove the delay on write

Speed up the write by removing the delay after SFWd write:
- 100ms (current): 3m 16s
- no delays: 1m 45s
This commit is contained in:
Denis Pynkin 2022-12-14 18:27:18 +01:00 committed by Denis Pynkin
parent 9e22e9c12f
commit c446211b10

View File

@ -617,7 +617,6 @@ fu_ti_tps6598x_device_write_chunks(FuTiTps6598xDevice *self,
} }
/* update progress */ /* update progress */
g_usleep(100 * 1000);
fu_progress_step_done(progress); fu_progress_step_done(progress);
} }