Merge branch 'bugfix/memory_debug_not_work_v4.1' into 'release/v4.1'

bugfix/fix the dependency error of macro for memory debug (v4.1)

See merge request espressif/esp-idf!19235
This commit is contained in:
Jiang Jiang Jian 2022-08-02 15:49:55 +08:00
commit 1a2ebc538c

View File

@ -80,4 +80,11 @@
#define UC_BT_LOG_OSI_TRACE_LEVEL UC_TRACE_LEVEL_WARNING #define UC_BT_LOG_OSI_TRACE_LEVEL UC_TRACE_LEVEL_WARNING
#endif #endif
//MEMORY DEBUG
#ifdef CONFIG_BT_BLUEDROID_MEM_DEBUG
#define UC_BT_BLUEDROID_MEM_DEBUG TRUE
#else
#define UC_BT_BLUEDROID_MEM_DEBUG FALSE
#endif
#endif /* __BT_USER_CONFIG_H__ */ #endif /* __BT_USER_CONFIG_H__ */