mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
HAL_ChibiOS: disable trace buffers
these were unusued but still allocated
This commit is contained in:
parent
b380143349
commit
20a008c80a
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user