X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fbenchmark%2Fcontext_switch.c;h=ce051626bc6b770fc399097de9fea74f661cad62;hb=676c6174c50aaf1d501a5b582276364dc52001d1;hp=a1a1d0204b91cfc129c82e6f78fc22d17e6dd422;hpb=24362270bbdf61ceedf3cecaf63fb1d36571e554;p=bertos.git diff --git a/bertos/benchmark/context_switch.c b/bertos/benchmark/context_switch.c index a1a1d020..ce051626 100644 --- a/bertos/benchmark/context_switch.c +++ b/bertos/benchmark/context_switch.c @@ -123,7 +123,7 @@ void NORETURN context_switch(void) while (1) { #if CONFIG_USE_HP_TIMER - kfile_printf(&out.fd, "Switch: %lu.%lu usec\n", + kfile_printf(&out.fd, "Switch: %lu.%lu usec\n\r", hptime_to_us((end - start)), hptime_to_us((end - start) * 1000) % 1000); #endif