aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC564A-EVB/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/SPC5/RT-SPC564A-EVB/chconf.h')
-rw-r--r--demos/SPC5/RT-SPC564A-EVB/chconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC564A-EVB/chconf.h b/demos/SPC5/RT-SPC564A-EVB/chconf.h
index 3ecf92e21..f6244ad4b 100644
--- a/demos/SPC5/RT-SPC564A-EVB/chconf.h
+++ b/demos/SPC5/RT-SPC564A-EVB/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
/** @} */