kopia lustrzana https://github.com/Hamlib/Hamlib
Add rig_flush to ft817_send_cmd
https://github.com/Hamlib/Hamlib/issues/419
(cherry picked from commit 6807fa739a
)
Hamlib-4.0
rodzic
57dbecdc4e
commit
9682af9fe8
|
@ -1068,6 +1068,7 @@ static int ft817_send_cmd(RIG *rig, int index)
|
|||
return -RIG_EINTERNAL;
|
||||
}
|
||||
|
||||
rig_flush(&rig->state.rigport);
|
||||
write_block(&rig->state.rigport, (char *) p->pcs[index].nseq, YAESU_CMD_LENGTH);
|
||||
return ft817_read_ack(rig);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue