mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/memory_debug_not_work_v4.3' into 'release/v4.3'
bugfix/fix the dependency error of macro for memory debug (v4.3) See merge request espressif/esp-idf!19236
This commit is contained in:
commit
5eb176082d
@ -93,4 +93,11 @@
|
|||||||
#define UC_BT_BLUFI_ENABLE FALSE
|
#define UC_BT_BLUFI_ENABLE FALSE
|
||||||
#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__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user