kopia lustrzana https://github.com/Hamlib/Hamlib
make tt565_transaction() static
rodzic
58b3b1c2c2
commit
fde68a09eb
|
@ -111,7 +111,7 @@ double tt565_timenow() /* returns current time in secs+microsecs */
|
||||||
* Otherwise, you'll get a nice seg fault. You've been warned!
|
* Otherwise, you'll get a nice seg fault. You've been warned!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int tt565_transaction(RIG *rig, const char *cmd, int cmd_len, char *data, int *data_len)
|
static int tt565_transaction(RIG *rig, const char *cmd, int cmd_len, char *data, int *data_len)
|
||||||
{
|
{
|
||||||
int retval, data_len_init, itry;
|
int retval, data_len_init, itry;
|
||||||
struct rig_state *rs;
|
struct rig_state *rs;
|
||||||
|
|
Ładowanie…
Reference in New Issue