mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
posix/btstack_uart_posix: log tty
This commit is contained in:
parent
0b541edf27
commit
77bf845768
@ -357,6 +357,7 @@ static int btstack_uart_posix_open(void){
|
|||||||
// wait a bit - at least cheap FTDI232 clones might send the first byte out incorrectly
|
// wait a bit - at least cheap FTDI232 clones might send the first byte out incorrectly
|
||||||
usleep(100000);
|
usleep(100000);
|
||||||
|
|
||||||
|
log_info("Open tty %s", device_name);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user