commit | 371aea873590666a79509b79350e07609777d930 | [log] [tgz] |
---|---|---|
author | Piotr Mienkowski <piotr.mienkowski@gmail.com> | Wed Mar 20 09:09:52 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Mar 26 12:48:38 2019 -0500 |
tree | 8bcee014ebc31b1db44d017d48cd4459fb5c52eb | |
parent | c31e659165e9b55a5712f9298a63782de1725878 [diff] |
console: deprecate console_register_line_input() console_register_line_input() is a legacy function which forces console subsystem to keep dependency on drivers/console. The two console implementations are meant to be independent. Console subsystem provides console_getline() function, which should be used instead. Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>