|
From: Mattias A. <mat...@us...> - 2001-04-25 18:04:24
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
bt_misc.c 1.6 1.7=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* only use print_data when not running usermode stack
The diff of the modified file(s):
--- bt_misc.c 2001/04/11 12:24:22 1.6
+++ bt_misc.c 2001/04/25 18:04:23 1.7
@@ -342,6 +342,7 @@
return buf;
}
=20
+#ifndef BT_USERSTACK
void=20
print_data(const char *message, unsigned char *buf, int len)
{=20
@@ -356,6 +357,7 @@
}
printf("\n");
}
+#endif
=20
/* Sets pin code to string pin, disabled if using 'disable' as pin */
void set_pin_code(char *pin)
|