tests: Correct expected output of atmega88_uart_echo
authorJakob Gruber <jakob.gruber@gmail.com>
Wed, 18 Jul 2012 08:16:14 +0000 (10:16 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Wed, 18 Jul 2012 10:43:28 +0000 (12:43 +0200)
commitebaa00a9b6e58407cbc6bacd5066ca3c9bf04f97
tree0419579d1cf8a231f2a900951e12b6395945e748
parent2b8180f35ec5b98a2827e59bdeb2cf81fc90a636
tests: Correct expected output of atmega88_uart_echo

Carriage return generation was added back to the file handler in
a26a2e43fc4b547090f3069e121713702593261d. Since the string is actually
passed through uart_putchar twice, the received string has a duplicate
'\r' character.
tests/test_atmega88_uart_echo.c