terminate extra data string with a comma for flasher.c
This commit is contained in:
parent
60582e33bf
commit
d60cc72ac4
|
@ -108,6 +108,7 @@ print @ARGV;
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|
||||||
$ob->write(@ARGV);
|
$ob->write(@ARGV);
|
||||||
|
$ob->write(',');
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
print $ob->input;
|
print $ob->input;
|
||||||
|
|
Loading…
Reference in a new issue