aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC21xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-03 06:58:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-03 06:58:29 +0000
commit504a47ba534f053fea9668108a2bf1f3cf2dc44b (patch)
treea937d2ef23cf6f06734d2b4c8a2ab5d137bfe10a /demos/LPC21xx
parent465ae1ba308254ae79390ec7a16bbab7b4c940ac (diff)
downloadChibiOS-504a47ba534f053fea9668108a2bf1f3cf2dc44b.tar.gz
ChibiOS-504a47ba534f053fea9668108a2bf1f3cf2dc44b.tar.bz2
ChibiOS-504a47ba534f053fea9668108a2bf1f3cf2dc44b.zip
Fixed a formatting error in chconf.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7844 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/LPC21xx')
-rw-r--r--demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h b/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h
index ecaec9697..4fb581a09 100644
--- a/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h
+++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/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
/** @} */