From 1fb3d146edfcf92426cbf6ae58dcb7c69a0f97bf Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 8 Dec 2007 12:05:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@132 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index 289e74a3f..15b70b9d4 100644 --- a/test/test.c +++ b/test/test.c @@ -310,7 +310,7 @@ t_msg TestThread(void *p) { } print("Queues throughput = "); printn(i * 4); - print(" bytes/S"); + println(" bytes/S"); println("\r\nTest complete"); return 0; -- cgit v1.2.3