From a3d206e052134316887a5e201d2b43eef620f789 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Thu, 2 Jul 2015 13:47:14 +0200 Subject: [PATCH] fix seg fault in sm test --- test/sdp_client/btstack-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sdp_client/btstack-config.h b/test/sdp_client/btstack-config.h index 8ad7a96d9..a61381417 100644 --- a/test/sdp_client/btstack-config.h +++ b/test/sdp_client/btstack-config.h @@ -10,8 +10,8 @@ #define HAVE_TIME #define HAVE_MALLOC #define HAVE_BZERO -#define ENABLE_LOG_INFO -#define ENABLE_LOG_ERROR +// #define ENABLE_LOG_INFO +// #define ENABLE_LOG_ERROR #define HAVE_SDP_EXTRA_QUERIES #define SDP_DES_DUMP #define HCI_ACL_PAYLOAD_SIZE 1021