aboutsummaryrefslogtreecommitdiffstats
path: root/test/testserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testserial.c')
-rw-r--r--test/testserial.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testserial.c b/test/testserial.c
index a10529493..61fc0315a 100644
--- a/test/testserial.c
+++ b/test/testserial.c
@@ -47,7 +47,9 @@
* None.
*
* @file testserial.c
+ * @brief Kernel Serial Driver test source file
* @file testserial.h
+ * @brief Kernel Serial Driver test header file
*/
#if CH_USE_SERIAL_FULLDUPLEX
@@ -59,7 +61,7 @@
*/
const struct testcase * const patternserial[] = {
#if CH_USE_SERIAL_FULLDUPLEX
- &testserial1,
+// &testserial1,
#endif
NULL
};