From: Peter K. <pk...@us...> - 2001-04-04 12:39:18
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_vendor.c 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Corrected #endif's. The diff of the modified file(s): --- bt_vendor.c 2001/03/30 12:44:11 1.5 +++ bt_vendor.c 2001/04/04 12:39:17 1.6 @@ -186,7 +186,6 @@ { perror("test con req"); } -=20=20 #else hdl =3D hci_test_connect_req(btcon.bd); #endif @@ -264,7 +263,6 @@ fd_setup(phys_fd, spd, USE_FLOW_CTRL);=20=20 =20 tcflush(phys_fd, TCIOFLUSH); - } =20 #elif HW_USED(HW_CSR) @@ -326,6 +324,7 @@ printf("Setting write_scan_enable in USB module!\n"); =20=20=20 bt_write_scan_enable(bt_cfd, wrscan); +#endif } =20 #elif HW_USED(HW_NOINIT) @@ -359,15 +358,6 @@ printf("ERROR: init_hw() not implemented!\n"); } =20 - #endif /* HW_USED() */ =20 - - - -#endif /* TEST */ - /*********************************************************************/ - - - |