Changed the USB-Link behaviour

pull/1/head
root 16 years ago
parent d831c8bac4
commit ccdb2d0490

@ -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…
Cancel
Save