HAL_ChibiOS: disable trace buffers

these were unusued but still allocated
This commit is contained in:
Andrew Tridgell 2018-01-31 19:25:18 +11:00
parent b380143349
commit 20a008c80a

View File

@ -366,7 +366,7 @@
* *
* @note The default is @p CH_DBG_TRACE_MASK_DISABLED. * @note The default is @p CH_DBG_TRACE_MASK_DISABLED.
*/ */
#define CH_DBG_TRACE_MASK CH_DBG_TRACE_MASK_NONE #define CH_DBG_TRACE_MASK CH_DBG_TRACE_MASK_DISABLED
/** /**
* @brief Trace buffer entries. * @brief Trace buffer entries.