diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-08 12:05:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-08 12:05:22 +0000 |
commit | 1fb3d146edfcf92426cbf6ae58dcb7c69a0f97bf (patch) | |
tree | 81cfb24128744c3a731289e7367f0c1a42cf1664 /test/test.c | |
parent | 2a3327fbc686fe8ba0ea7ea4b4960df8221c6e14 (diff) | |
download | ChibiOS-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/test.c')
-rw-r--r-- | test/test.c | 2 |
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;
|