kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
8e63ce7a36
commit
552fd6159b
|
@ -5207,7 +5207,7 @@ int HAMLIB_API rig_power2mW(RIG *rig,
|
||||||
/*
|
/*
|
||||||
* freq is not on the tx range!
|
* freq is not on the tx range!
|
||||||
*/
|
*/
|
||||||
RETURNFUNC(-RIG_ECONF); /* could be RIG_EINVAL ? */
|
RETURNFUNC(-RIG_EINVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
*mwpower = (unsigned int)(power * txrange->high_power);
|
*mwpower = (unsigned int)(power * txrange->high_power);
|
||||||
|
|
Ładowanie…
Reference in New Issue