aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt')
-rw-r--r--test/rt/coverage/chconf.h3
-rw-r--r--test/rt/testbuild/chconf.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/test/rt/coverage/chconf.h b/test/rt/coverage/chconf.h
index 2807a938d..aa9154fb8 100644
--- a/test/rt/coverage/chconf.h
+++ b/test/rt/coverage/chconf.h
@@ -99,7 +99,8 @@
* @details When this option is activated the function @p chSysInit()
* does not spawn the idle thread. The application @p main()
* function becomes the idle thread and must implement an
- * infinite loop. */
+ * infinite loop.
+ */
#define CH_CFG_NO_IDLE_THREAD FALSE
/** @} */
diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h
index 38f41ebb3..b6b58e6bf 100644
--- a/test/rt/testbuild/chconf.h
+++ b/test/rt/testbuild/chconf.h
@@ -109,7 +109,8 @@
* @details When this option is activated the function @p chSysInit()
* does not spawn the idle thread. The application @p main()
* function becomes the idle thread and must implement an
- * infinite loop. */
+ * infinite loop.
+ */
#if !defined(CH_CFG_NO_IDLE_THREAD) || defined(__DOXIGEN__)
#define CH_CFG_NO_IDLE_THREAD FALSE
#endif