diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-03 13:25:14 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-03 13:25:14 +0000 |
commit | 596ce96eefb0a1f7feda4ecd29a49d8bc6792cf3 (patch) | |
tree | 1aee314433d5ab3c5fbd0ca881cd296c6f43d0f7 /tools/hciattach.c | |
parent | 7aebf78831f16192d979910c6d359e9f76e51a54 (diff) |
Fix default baudrate for ST devices
Diffstat (limited to 'tools/hciattach.c')
-rw-r--r-- | tools/hciattach.c | 2 |
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; } |