Provide echo of terminal command line prompt under Windows
This commit is contained in:
parent
1e8b56751e
commit
b6204b181a
|
@ -1477,7 +1477,7 @@ int terminal_mode(PROGRAMMER * pgm, struct avrpart * p)
|
||||||
return argc;
|
return argc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if defined(WIN32)
|
||||||
fprintf(stdout, ">>> ");
|
fprintf(stdout, ">>> ");
|
||||||
for (int i=0; i<argc; i++)
|
for (int i=0; i<argc; i++)
|
||||||
fprintf(stdout, "%s ", argv[i]);
|
fprintf(stdout, "%s ", argv[i]);
|
||||||
|
|
Loading…
Reference in New Issue