|
From: Anders J. <and...@us...> - 2001-07-30 12:54:29
|
The following file was modified in apps/bluetooth/btd: Name Old version New version Comment ---- ----------- ----------- ------- btd.c 1.99 1.100=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Removed unplug_test_init as this is done at first call to the process_test_= command in unplug_test.c The diff of the modified file(s): --- btd.c 2001/07/30 11:13:52 1.99 +++ btd.c 2001/07/30 12:54:27 1.100 @@ -1729,7 +1729,6 @@ tcs_init(); test_init(); btmem_init(); - unplug_test_init(); bt_stat.bytes_received =3D 0; bt_stat.bytes_sent =3D 0;=20=20 =20 |