mirror of https://github.com/wb2osz/direwolf.git
Reapply DCD logic reversal fix
This commit is contained in:
parent
c7c591a7ef
commit
ea8a6139b5
|
@ -666,7 +666,7 @@ int hdlc_rec_data_detect_any (int chan)
|
|||
text_color_set(DW_COLOR_ERROR);
|
||||
dw_printf ("Error opening %s to check TXINH.\n", stemp);
|
||||
dw_printf ("%s\n", strerror(e));
|
||||
return busy;
|
||||
return (busy != 0);
|
||||
}
|
||||
|
||||
char vtemp[2];
|
||||
|
|
Loading…
Reference in New Issue