commit | 425145da084618308dc092af70d1e09c40d73f5c | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Sep 01 08:49:10 2016 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Sep 09 21:37:55 2016 +0000 |
tree | 4b535c8cef79684deddf40667171ef0ffb5b0e15 | |
parent | d6053db355f4cd9df58116ff973944bfac75bec3 [diff] |
uart_console: Fix line endings Overwhelming industry practice when using two-byte line termination is to end the line with "\r\n" and not "\n\r". Also remove needless casts. GCC does not warn on int-to-char conversions. Change-Id: If01a2e5ca327aacebcbcaf384af9c7131119689b Signed-off-by: Andy Ross <andrew.j.ross@intel.com>