posix/btstack_uart_posix: log tty

This commit is contained in:
Matthias Ringwald 2023-12-14 16:34:57 +01:00
parent 0b541edf27
commit 77bf845768

View File

@ -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
usleep(100000);
log_info("Open tty %s", device_name);
return 0;
}