fix the dependency error of macro for memory debug

This commit is contained in:
jincheng
2022-07-22 16:13:09 +08:00
parent cbeb9ae14b
commit e20fd0b4f1

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__ */