mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
esp32: remove debug output for btstack_stdin
This commit is contained in:
parent
407c807f76
commit
087783a8f0
@ -77,7 +77,6 @@ static void btstack_stdin_task(void *arg){
|
||||
do {
|
||||
// read single byte
|
||||
uart_read_bytes(CONFIG_CONSOLE_UART_NUM, (uint8_t*) &stdin_character, 1, portMAX_DELAY);
|
||||
printf("Received %c\n", stdin_character);
|
||||
stdin_character_received = 1;
|
||||
|
||||
// request poll
|
||||
|
Loading…
Reference in New Issue
Block a user