mirror of https://github.com/wb2osz/direwolf.git
TXINH logic was reversed
This commit is contained in:
parent
c15c3ee0fd
commit
9b36294efa
|
@ -678,7 +678,7 @@ int hdlc_rec_data_detect_any (int chan)
|
||||||
}
|
}
|
||||||
close (fd);
|
close (fd);
|
||||||
|
|
||||||
if (atoi(vtemp) == save_audio_config_p->achan[chan].txinh.invert) busy = 1;
|
if (atoi(vtemp) != save_audio_config_p->achan[chan].txinh.invert) busy = 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue