mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Provide echo of terminal command line prompt under Windows
This commit is contained in:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user