|
From: Peter K. <pk...@us...> - 2001-04-17 10:38:18
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_conf.h 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Configured for CSR hardware and to use IP Assigner by default. The diff of the modified file(s): --- bt_conf.h 2001/03/02 13:54:57 1.2 +++ bt_conf.h 2001/04/17 10:38:18 1.3 @@ -50,7 +50,7 @@ #define HW_USBMODULE 5 /* Not implemented */ =20 /* This sets current HW in usermode application */ -#define HW_CURRENT HW_ERICSSON +#define HW_CURRENT HW_CSR =20 #define HW_USED(x) (HW_CURRENT =3D=3D x) =20 @@ -70,6 +70,6 @@ /* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D*/ /* IPA server */ =20 -//#define USE_IPASSIGN +#define USE_IPASSIGN =20 #endif /* __BT_CONF_H__ */ |