Remove unneeded code in gs232b.c that was causing errors on Yaesu G1000

https://github.com/Hamlib/Hamlib/issues/272
pull/314/head
Michael Black W9MDB 2020-06-15 22:57:22 -05:00
rodzic 779cd69287
commit 281dba1b8a
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -140,6 +140,8 @@ transaction_write:
#endif
#if 0
https://github.com/Hamlib/Hamlib/issues/272
// If asked for we will check for connection
// we don't expect a reply...just a prompt return
// Seems some GS232B's only echo the CR
@ -150,6 +152,7 @@ transaction_write:
__func__, data, cmdstr);
return -RIG_EPROTO;
}
#endif
if (data[0] == '?')
{
@ -321,7 +324,7 @@ const struct rot_caps gs232b_rot_caps =
ROT_MODEL(ROT_MODEL_GS232B),
.model_name = "GS-232B",
.mfg_name = "Yaesu",
.version = "20200531.0",
.version = "20200615.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rot_type = ROT_TYPE_OTHER,