kopia lustrzana https://github.com/Hamlib/Hamlib
fix warning
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2756 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.10
rodzic
262134f97c
commit
2c4f8774eb
|
@ -447,6 +447,11 @@ static int calcDividers(RIG *rig, double f, struct solution* solution)
|
|||
|
||||
return 1;
|
||||
} else {
|
||||
solution->HS_DIV = 0;
|
||||
solution->N1 = 0;
|
||||
solution->f0 = 0;
|
||||
solution->RFREQ = 0;
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: No solution\n", __func__);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue