kopia lustrzana https://github.com/Hamlib/Hamlib
Remove unneeded clause from ra37xx.c
rodzic
a7ac90e76e
commit
f852b1c645
|
@ -143,8 +143,7 @@ static int ra37xx_one_transaction(RIG *rig, const char *cmd, char *data,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* drop other receiver id, and "pause" (empty) packets */
|
/* drop other receiver id, and "pause" (empty) packets */
|
||||||
if ((priv->receiver_id != -1 && (respbuf[1] - '0') != priv->receiver_id) ||
|
if ((priv->receiver_id != -1 && (respbuf[1] - '0') != priv->receiver_id))
|
||||||
retval == pkt_header_len + 1)
|
|
||||||
{
|
{
|
||||||
if (!rig_check_cache_timeout(&tv, rs->rigport.timeout))
|
if (!rig_check_cache_timeout(&tv, rs->rigport.timeout))
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
|
|
||||||
#undef BACKEND_VER
|
#undef BACKEND_VER
|
||||||
#define BACKEND_VER "20200114"
|
#define BACKEND_VER "20210911"
|
||||||
|
|
||||||
extern const struct confparams ra37xx_cfg_params[];
|
extern const struct confparams ra37xx_cfg_params[];
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue