mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
fix the dependency error of macro for memory debug
This commit is contained in:
@@ -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__ */
|
||||||
|
Reference in New Issue
Block a user