Searched refs:console_txbuf (Results 1 – 1 of 1) sorted by relevance
16 static uint8_t console_txbuf[CONFIG_CONSOLE_PUTCHAR_BUFSIZE]; variable75 tty_set_tx_buf(&console_serial, console_txbuf, sizeof(console_txbuf)); in console_init()