Changed the USB-Link behaviour

This commit is contained in:
root 2008-06-07 17:25:32 +00:00
parent d831c8bac4
commit ccdb2d0490

View file

@ -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";