trying to fix 'make release'

This commit is contained in:
rusefi 2017-04-06 21:15:53 -04:00
parent c3844adcbf
commit f2c5e5a230
1 changed files with 8 additions and 0 deletions

View File

@ -376,7 +376,9 @@ extern "C"
*
* @note The default is @p FALSE.
*/
#ifndef CH_DBG_ENABLE_ASSERTS
#define CH_DBG_ENABLE_ASSERTS TRUE
#endif
/**
* @brief Debug option, trace buffer.
@ -385,7 +387,9 @@ extern "C"
*
* @note The default is @p FALSE.
*/
#ifndef CH_DBG_ENABLE_TRACE
#define CH_DBG_ENABLE_TRACE TRUE
#endif
/**
* @brief Debug option, stack checks.
@ -397,7 +401,9 @@ extern "C"
* @note The default failure mode is to halt the system with the global
* @p panic_msg variable set to @p NULL.
*/
#ifndef CH_DBG_ENABLE_STACK_CHECK
#define CH_DBG_ENABLE_STACK_CHECK TRUE
#endif
/**
* @brief Debug option, stacks initialization.
@ -407,7 +413,9 @@ extern "C"
*
* @note The default is @p FALSE.
*/
#ifndef CH_DBG_FILL_THREADS
#define CH_DBG_FILL_THREADS TRUE
#endif
/**
* @brief Debug option, threads profiling.