diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 13:06:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 13:06:30 +0000 |
commit | 824e30be80c79d866ac444b4eed7f4df0cf154c1 (patch) | |
tree | 4cb3cac306d25fc1b6ac3d2125d390156daa7669 /test/testserial.c | |
parent | fa6758bb7a5df3ebf93277433c345ba6945bb2ef (diff) | |
download | ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.gz ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.bz2 ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.zip |
Fixed bugs 2789377 and 2789383.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@956 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testserial.c')
-rw-r--r-- | test/testserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testserial.c b/test/testserial.c index 818d09e21..2da4b428b 100644 --- a/test/testserial.c +++ b/test/testserial.c @@ -32,7 +32,7 @@ * * <h2>Objective</h2> * Objective of the test module is to cover 100% of the @ref Serial code - * as a necessary step in order to assess its readyness.<br> + * as a necessary step in order to assess its maturity level.<br> * Note that the @ref Serial subsystem depends on the @ref Semaphores and * @ref Events subsystems that have to met their testing objectives as well. * |