Remove unecessary delays from TS-940S backend

libusb-1-0
Bill Somerville 2015-11-16 19:34:09 +00:00
rodzic 2a51974a92
commit a4a93ac044
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -94,8 +94,6 @@ const struct rig_caps ts940_caps = {
.serial_stop_bits = 2,
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 100,
.post_write_delay = 150,
.timeout = 600,
.retry = 10,