diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-16 07:52:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-16 07:52:12 +0000 |
commit | ff73cf2783b99f190d72010d04114a77f5a8d90a (patch) | |
tree | f35ae07c30955e8b9d5a69c7bd7fd557ce9fb2c6 /test/testdyn.c | |
parent | ee8d2845c643af5f1e8baa2104e6b1b4a4ddd25f (diff) | |
download | ChibiOS-ff73cf2783b99f190d72010d04114a77f5a8d90a.tar.gz ChibiOS-ff73cf2783b99f190d72010d04114a77f5a8d90a.tar.bz2 ChibiOS-ff73cf2783b99f190d72010d04114a77f5a8d90a.zip |
100% code coverage for the serial driver and channels.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@973 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testdyn.c')
-rw-r--r-- | test/testdyn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdyn.c b/test/testdyn.c index e881781f9..a7c685623 100644 --- a/test/testdyn.c +++ b/test/testdyn.c @@ -22,7 +22,7 @@ #include "test.h"
/**
- * @page test_dynamic Dynamic Thread APIs test
+ * @page test_dynamic Dynamic APIs test
*
* <h2>Description</h2>
* This module implements the test sequence for the dynamic thread creation
|