diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-03 06:58:29 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-03 06:58:29 +0000 |
commit | 504a47ba534f053fea9668108a2bf1f3cf2dc44b (patch) | |
tree | a937d2ef23cf6f06734d2b4c8a2ab5d137bfe10a /testhal/STM32/STM32F30x/CAN/chconf.h | |
parent | 465ae1ba308254ae79390ec7a16bbab7b4c940ac (diff) | |
download | ChibiOS-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 'testhal/STM32/STM32F30x/CAN/chconf.h')
-rw-r--r-- | testhal/STM32/STM32F30x/CAN/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F30x/CAN/chconf.h b/testhal/STM32/STM32F30x/CAN/chconf.h index f6b81ee50..405149b3b 100644 --- a/testhal/STM32/STM32F30x/CAN/chconf.h +++ b/testhal/STM32/STM32F30x/CAN/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
/** @} */
|