Add reset mode for later use

This commit is contained in:
Aoran Zeng
2024-09-04 17:03:00 +08:00
parent bbc773ee36
commit 34cb47fbfa
3 changed files with 2 additions and 3 deletions

View File

@@ -793,6 +793,7 @@ main (int argc, char const *argv[])
return 1;
}
ProgMode_CMD_Reset = true;
target = argv[cli_arg_Target_pos];
matched = get_target (target, TargetOp_Reset_Source, NULL);
if (!matched) goto not_matched;