|
From: Alain P. <apa...@us...> - 2002-04-22 15:08:07
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
btinit.c 1.18 1.19=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Just add a break that has been forgotten.
The diff of the modified file(s):
--- btinit.c 22 Apr 2002 14:22:53 -0000 1.18
+++ btinit.c 22 Apr 2002 15:00:22 -0000 1.19
@@ -224,6 +224,8 @@
/* It's usefull if you command a reset by the RTS pin */
D(syslog(LOG_INFO, "Use RTS for hard reset", optarg));
rts_hard_reset =3D 1;
+ break;
+
default:
break;
}
|