kopia lustrzana https://github.com/Hamlib/Hamlib
Add missing set_transaction_inactive()
Otherwise no other command will be executed afterwards.pull/1840/head
rodzic
5e336b90c1
commit
12ec55c3d7
|
@ -8927,6 +8927,7 @@ HAMLIB_EXPORT(int) rig_send_raw(RIG *rig, const unsigned char *send,
|
|||
__func__, rig->caps->model_name);
|
||||
memcpy(reply, send, send_len);
|
||||
retval = send_len;
|
||||
set_transaction_inactive(rig);
|
||||
ELAPSED2;
|
||||
RETURNFUNC(retval);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue