Reapply DCD logic reversal fix

This commit is contained in:
Alex Swedenburg 2015-11-16 09:48:40 -07:00
parent c7c591a7ef
commit ea8a6139b5
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ int hdlc_rec_data_detect_any (int chan)
text_color_set(DW_COLOR_ERROR); text_color_set(DW_COLOR_ERROR);
dw_printf ("Error opening %s to check TXINH.\n", stemp); dw_printf ("Error opening %s to check TXINH.\n", stemp);
dw_printf ("%s\n", strerror(e)); dw_printf ("%s\n", strerror(e));
return busy; return (busy != 0);
} }
char vtemp[2]; char vtemp[2];