diff options
Diffstat (limited to 'testhal/STM32/STM32F0xx/USB_CDC/chconf.h')
-rw-r--r-- | testhal/STM32/STM32F0xx/USB_CDC/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/USB_CDC/chconf.h b/testhal/STM32/STM32F0xx/USB_CDC/chconf.h index f61955e6e..e7552b2cd 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/chconf.h +++ b/testhal/STM32/STM32F0xx/USB_CDC/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
/** @} */
|