FreeRTOS: strip duplicate line returns
authorKarl Palsson <karlp@etactica.com>
Thu, 24 Sep 2020 14:29:36 +0000 (14:29 +0000)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 3 Oct 2020 10:22:52 +0000 (11:22 +0100)
Log lines already print a new line, so these superfluous \r\n result in
blank lines being printed in the log.  Remove per review comment
request.

Change-Id: I8f5b20776634cf70ce4490fc4f732c916130928a
Signed-off-by: Karl Palsson <karlp@etactica.com>
Reviewed-on: http://openocd.zylin.com/5843
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins

No differences found