Changed the USB-Link behaviour
This commit is contained in:
parent
d831c8bac4
commit
ccdb2d0490
1 changed files with 2 additions and 1 deletions
|
@ -330,7 +330,8 @@ sub receive_packets()
|
||||||
}
|
}
|
||||||
elsif($re == 0)
|
elsif($re == 0)
|
||||||
{
|
{
|
||||||
Error "USB-Link cable disconnected!\n";
|
print "USB-Link cable disconnected?\n";
|
||||||
|
#return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print "Receiving done.\n";
|
print "Receiving done.\n";
|
||||||
|
|
Loading…
Reference in a new issue