diff --git a/components/bt/common/include/bt_user_config.h b/components/bt/common/include/bt_user_config.h index 17dc140048..9f6df2bdd4 100644 --- a/components/bt/common/include/bt_user_config.h +++ b/components/bt/common/include/bt_user_config.h @@ -85,4 +85,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__ */