kopia lustrzana https://github.com/Hamlib/Hamlib
Fix duplicate retval variable definition in guohetec.c probe function
rodzic
dee29c555f
commit
19c2cc0315
|
@ -301,7 +301,6 @@ DECLARE_PROBERIG_BACKEND(guohetec) {
|
||||||
|
|
||||||
rig_flush(port);
|
rig_flush(port);
|
||||||
|
|
||||||
int retval = write_block(port, cmd, PMR171_CMD_LENGTH);
|
|
||||||
int retval = write_block(port, cmd, PMR171_CMD_LENGTH);
|
int retval = write_block(port, cmd, PMR171_CMD_LENGTH);
|
||||||
if (retval != RIG_OK) {
|
if (retval != RIG_OK) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Ładowanie…
Reference in New Issue