mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +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 {
|
do {
|
||||||
// read single byte
|
// read single byte
|
||||||
uart_read_bytes(CONFIG_CONSOLE_UART_NUM, (uint8_t*) &stdin_character, 1, portMAX_DELAY);
|
uart_read_bytes(CONFIG_CONSOLE_UART_NUM, (uint8_t*) &stdin_character, 1, portMAX_DELAY);
|
||||||
printf("Received %c\n", stdin_character);
|
|
||||||
stdin_character_received = 1;
|
stdin_character_received = 1;
|
||||||
|
|
||||||
// request poll
|
// request poll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user