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;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if defined(WIN32)
|
||||
fprintf(stdout, ">>> ");
|
||||
for (int i=0; i<argc; i++)
|
||||
fprintf(stdout, "%s ", argv[i]);
|
||||
|
|
Loading…
Reference in New Issue