mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
140a8d0c8a
console_register_line_input has been deprecated for at least 2 releases so we can now remove it. Remove native_stdin_register_input that is associated with console_register_line_input. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
5 lines
155 B
CMake
5 lines
155 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(CONFIG_CONSOLE_GETCHAR tty.c getchar.c)
|
|
zephyr_sources_ifdef(CONFIG_CONSOLE_GETLINE getline.c)
|