main: fix default args.index_chain

This commit is contained in:
Gwenhael Goavec-Merou 2021-05-15 19:30:45 +02:00
parent 9e260c1e05
commit 2f38461826
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ int main(int argc, char **argv)
/* command line args. */
struct arguments args = {0, false, false, 0, "", "", "-", "", -1, 6000000, "-",
false, false, false, false, Device::WR_SRAM, false, false, "",
"", "", 0};
"", "", -1};
/* parse arguments */
try {
if (parse_opt(argc, argv, &args, &pins_config))