|
From: Mats F. <ma...@us...> - 2001-05-17 10:24:04
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
modememul.c 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Changed function call to fd_setup(), according to changes for BCSP
The diff of the modified file(s):
--- modememul.c 2001/05/14 11:29:36 1.5
+++ modememul.c 2001/05/17 10:24:04 1.6
@@ -125,7 +125,7 @@
}
=20
/* not necessary for BT devices... */
- fd_setup(btfd, speed, USE_NO_FLOW);
+ fd_setup(btfd, speed, USE_NO_FLOW, 0);
=20
syslog(LOG_INFO, "done.");
done =3D modem_emulator(btfd);
|