From 087783a8f09a9728baaf3d91544e884afe5edbea Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sun, 6 Aug 2017 19:49:49 +0200 Subject: [PATCH] esp32: remove debug output for btstack_stdin --- port/esp32/template/components/btstack/btstack_stdin_esp32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/port/esp32/template/components/btstack/btstack_stdin_esp32.c b/port/esp32/template/components/btstack/btstack_stdin_esp32.c index bc8503b11..ad9f847e7 100644 --- a/port/esp32/template/components/btstack/btstack_stdin_esp32.c +++ b/port/esp32/template/components/btstack/btstack_stdin_esp32.c @@ -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