diff options
| -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;  	}  | 
