You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During use with the option enable_hci the program waits for almost infinite:
if (enable_hci) {
proc_enable_hci();
while (1) {
sleep(UINT_MAX);
}
}
UINT_MAX is a very big value.
While ending the program with ^C after the message "Done setting line
discpline" seem to be working fine.
Is the sleep really requered ?
Original issue reported on code.google.com by [email protected] on 25 May 2014 at 6:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 May 2014 at 6:51The text was updated successfully, but these errors were encountered: