#631 ChibiOS 18 style

This commit is contained in:
rusefi 2019-02-03 21:32:47 -05:00
parent b45590c0db
commit cb858cf752
1 changed files with 2 additions and 0 deletions

View File

@ -407,7 +407,9 @@ extern "C"
* @note Requires @p CH_CFG_USE_WAITEXIT. * @note Requires @p CH_CFG_USE_WAITEXIT.
* @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS. * @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS.
*/ */
#if !defined(CH_CFG_USE_DYNAMIC)
#define CH_CFG_USE_DYNAMIC FALSE #define CH_CFG_USE_DYNAMIC FALSE
#endif
/** @} */ /** @} */