aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-08 12:05:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-08 12:05:22 +0000
commit1fb3d146edfcf92426cbf6ae58dcb7c69a0f97bf (patch)
tree81cfb24128744c3a731289e7367f0c1a42cf1664 /test
parent2a3327fbc686fe8ba0ea7ea4b4960df8221c6e14 (diff)
downloadChibiOS-1fb3d146edfcf92426cbf6ae58dcb7c69a0f97bf.tar.gz
ChibiOS-1fb3d146edfcf92426cbf6ae58dcb7c69a0f97bf.tar.bz2
ChibiOS-1fb3d146edfcf92426cbf6ae58dcb7c69a0f97bf.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@132 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
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;