Trouble.
This commit is contained in:
parent
9addff6e37
commit
266b1390ab
@ -237,7 +237,7 @@ int init_modem(char* dev)
|
|||||||
fcntl(modemfd, F_SETFL, O_NONBLOCK);
|
fcntl(modemfd, F_SETFL, O_NONBLOCK);
|
||||||
mo = &rockwell;
|
mo = &rockwell;
|
||||||
mo->init();
|
mo->init();
|
||||||
voice_init();
|
/* voice_init(); */
|
||||||
pthread_mutex_unlock(&modemmx);
|
pthread_mutex_unlock(&modemmx);
|
||||||
pthread_mutex_lock(&mpipemx);
|
pthread_mutex_lock(&mpipemx);
|
||||||
pipe(modempipes);
|
pipe(modempipes);
|
||||||
|
Loading…
Reference in New Issue
Block a user