mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-13 16:31:55 +00:00
Merge branch 'untested'
This commit is contained in:
commit
05bd6c897c
@ -103,12 +103,14 @@ while(1) {
|
||||
|
||||
print "done sending files.\n";
|
||||
|
||||
if(scalar(@ARGV)!=0) {
|
||||
print "sending " ;
|
||||
print @ARGV;
|
||||
print ",\n";
|
||||
|
||||
$ob->write(@ARGV);
|
||||
$ob->write(',');
|
||||
}
|
||||
|
||||
my $c; my $count;
|
||||
while(1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user