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

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

See merge request espressif/esp-idf!19237
This commit is contained in:
Jiang Jiang Jian 2022-08-04 14:42:12 +08:00
commit bfb88338bb

View File

@ -93,4 +93,11 @@
#define UC_BT_BLUFI_ENABLE FALSE
#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__ */