Change another ECONF to EINVAL

https://github.com/Hamlib/Hamlib/issues/650
pull/712/head
Mike Black W9MDB 2021-05-25 10:24:00 -05:00
rodzic 552fd6159b
commit f08881613e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5261,7 +5261,7 @@ int HAMLIB_API rig_mW2power(RIG *rig,
/*
* freq is not on the tx range!
*/
return (-RIG_ECONF); /* could be RIG_EINVAL ? */
return (-RIG_EINVAL); /* could be RIG_EINVAL ? */
}
if (txrange->high_power == 0)