diff options
Diffstat (limited to 'cli_classic.c')
-rw-r--r-- | cli_classic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_classic.c b/cli_classic.c index 3de00206..d258cb4c 100644 --- a/cli_classic.c +++ b/cli_classic.c @@ -1148,7 +1148,7 @@ int main(int argc, char *argv[]) * done once we have a .reset function in struct flashchip. * Give the chip time to settle. */ - programmer_delay(100000); + programmer_delay(fill_flash, 100000); if (read_it) ret = do_read(fill_flash, filename); else if (extract_it) |