summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-05-03 13:25:14 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-05-03 13:25:14 +0000
commit596ce96eefb0a1f7feda4ecd29a49d8bc6792cf3 (patch)
tree1aee314433d5ab3c5fbd0ca881cd296c6f43d0f7
parent7aebf78831f16192d979910c6d359e9f76e51a54 (diff)
Fix default baudrate for ST devices
-rw-r--r--tools/hciattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index 7194ad6a..3e8be20a 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -779,7 +779,7 @@ static int st(int fd, struct uart_t *u, struct termios *ti)
break;
default:
cmd[4] = 0x10;
- u->speed = 57600;
+ u->speed = 115200;
break;
}