Do the same fix for gs232 to honor null data returns
pull/224/head
mdblack98 2020-04-24 14:18:09 -05:00
rodzic fc3c2d5c2a
commit a2465033de
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -85,7 +85,7 @@ transaction_write:
/* Always read the reply to know whether the cmd went OK */
if (!data)
{
data = replybuf;
return RIG_OK;
}
if (!data_len)
@ -244,7 +244,7 @@ const struct rot_caps gs232_generic_rot_caps =
ROT_MODEL(ROT_MODEL_GS232_GENERIC),
.model_name = "GS-232 Generic",
.mfg_name = "Various",
.version = "0.3",
.version = "20200424",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rot_type = ROT_TYPE_AZEL,