diff options
Diffstat (limited to 'test/testserial.c')
-rw-r--r-- | test/testserial.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/testserial.c b/test/testserial.c index 61fc0315a..818d09e21 100644 --- a/test/testserial.c +++ b/test/testserial.c @@ -22,7 +22,7 @@ #include "test.h" /** - * @page test_serial Serial Driver test + * @page test_serial Serial Drivers test * * <h2>Description</h2> * This module implements the test sequence for the @ref Serial subsystem. @@ -40,11 +40,8 @@ * The module requires the following kernel options: * - @p CH_USE_SERIAL_FULLDUPLEX (and dependent options) * . - * In case of the required options are not enabled some or all tests may be - * skipped. - * - * <h2>Waivers</h2> - * None. + * In case some of the required options are not enabled then some or all tests + * may be skipped. * * @file testserial.c * @brief Kernel Serial Driver test source file |