commit | 1165e852c1091835d8bc43882a6a1d637209128c | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Nov 12 18:17:42 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 30 08:05:40 2018 -0800 |
tree | d67c65466c4efebc83872773aa4fa0be9324161c | |
parent | ed852e8b4a18101dd081759c180546b4b386d4c7 [diff] |
subsys: console: tty: Use tty_putchar() instead of console_putchar() To be properly layered. This call is used to signal to user an input buffer overload. Take a chance to output just a single character in this case, to avoid amplification and possible output buffer overflow either. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>