summaryrefslogtreecommitdiffstats
path: root/include/bt_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bt_target.h')
-rw-r--r--include/bt_target.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index 4fb2a0f4c..4efe8903c 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -1701,6 +1701,11 @@ The maximum number of payload octets that the local device can receive in a sing
**
******************************************************************************/
+/* Enable/disable BTSnoop memory logging */
+#ifndef BTSNOOP_MEM
+#define BTSNOOP_MEM TRUE
+#endif
+
#include "bt_trace.h"
#endif /* BT_TARGET_H */