summaryrefslogtreecommitdiffstats
path: root/tools/hciattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hciattach.c')
-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;
}