kopia lustrzana https://github.com/Hamlib/Hamlib
Fix kachina set_ptt
rodzic
6a98b0b9cb
commit
b182ca2d51
|
@ -176,7 +176,7 @@ int kachina_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt)
|
||||||
{
|
{
|
||||||
char c = ptt == 0 ? 0x00 : 0x01;
|
char c = ptt == 0 ? 0x00 : 0x01;
|
||||||
|
|
||||||
int retval = kachina_trans_n(rig, 'X', &c , 1);
|
int retval = kachina_trans_n(rig, 'x', &c , 1);
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue