Home
last modified time | relevance | path

Searched refs:max_iterations (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/shell/
Dshell_ops.c556 int32_t max_iterations = 1000; in z_shell_backend_rx_buffer_flush() local
563 } while (count != 0 && err == 0 && --max_iterations > 0); in z_shell_backend_rx_buffer_flush()