Hi,
I have attached a small patch which cleans the output on stdout of an
avrdude call when using the buspirate.
It would be great if one of you could commit this one.
Thanks,
Daniel Nagy
Index: avrdude/buspirate.c
===================================================================
--- avrdude/buspirate.c (revision 1186)
+++ avrdude/buspirate.c (working copy)
@@ -707,7 +707,7 @@
continue;
}
if (buspirate_is_prompt(rcvd)) {
- puts("**");
+ fputs("**\n",stderr);
break;
}
if (print_banner)
_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev