A couple minor edit changes

pull/224/head
Michael Black 2020-03-17 22:54:29 -05:00
rodzic 7f9bbde383
commit 6d9c81cf6a
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -590,7 +590,7 @@ int HAMLIB_API serial_setup(hamlib_port_t *rp)
*/
int HAMLIB_API serial_flush(hamlib_port_t *p)
{
rig_debug(RIG_DEBUG_VERBOSE, "%s MDB called\n", __func__);
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
if (p->fd == uh_ptt_fd || p->fd == uh_radio_fd)
{

Wyświetl plik

@ -522,7 +522,7 @@ int main(int argc, char *argv[])
if (!vfo_mode)
{
printf("Recommend using --vfo switch for rigctld if clients supports it\n");
printf("Recommend using --vfo switch for rigctld if client supports it\n");
printf("rigctl and netrigctl will automatically detect vfo mode\n");
}