kopia lustrzana https://github.com/Hamlib/Hamlib
* misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@370 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.1
rodzic
1285baa953
commit
41e6bec773
|
@ -6,7 +6,11 @@
|
||||||
* Provides useful routines for read/write serial data for communicating
|
* Provides useful routines for read/write serial data for communicating
|
||||||
* via serial interface.
|
* via serial interface.
|
||||||
*
|
*
|
||||||
* $Id: serial.c,v 1.6 2001-02-09 23:08:20 f4cfe Exp $
|
* Parts of the PTT handling are inspired from soundmodem, an excellent
|
||||||
|
* packet softmodem written by Thomas Sailer, HB9JNX.
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* $Id: serial.c,v 1.7 2001-02-11 23:16:07 f4cfe Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -640,7 +644,7 @@ int par_ptt_get(struct rig_state *rs, ptt_t *pttx)
|
||||||
default:
|
default:
|
||||||
rig_debug(RIG_DEBUG_ERR,"Unsupported PTT type %d\n",
|
rig_debug(RIG_DEBUG_ERR,"Unsupported PTT type %d\n",
|
||||||
rs->ptt_type);
|
rs->ptt_type);
|
||||||
return -RIG_EINVAL;
|
return -RIG_ENAVAIL;
|
||||||
}
|
}
|
||||||
return RIG_OK;
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue