diff --git a/tools/unit-test-app/components/unity/unity_platform.c b/tools/unit-test-app/components/unity/unity_platform.c index 229d80b5b..c5749f13f 100644 --- a/tools/unit-test-app/components/unity/unity_platform.c +++ b/tools/unit-test-app/components/unity/unity_platform.c @@ -23,8 +23,8 @@ void unity_putc(int c) { if (c == '\n') { - uart_tx_one_char('\n'); uart_tx_one_char('\r'); + uart_tx_one_char('\n'); } else if (c == '\r') {