commit | c524ff6b8c366a7d5b788e0c97f0cf23a7d46dc1 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Jun 07 21:24:14 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 11 17:41:44 2018 -0400 |
tree | 0b94763f7217b6880c7e1b7e8d56963a976a47ea | |
parent | dc95e1ba05cfed5231da8db39bebded2d0ebd65c [diff] |
subsys: console: getchar: Use consistent var names for RX path Initially, there was support only for buffered input, and adhoc var names used. Later, buffered output support was added, with variables consistently using "tx_" prefix. Now, rename the original RX path to use symmetric "rx_" prefix. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>