From c47c72f6c41cd6749c1dd46a4acc734ca496f9ed Mon Sep 17 00:00:00 2001 From: "ole.reinhardt@googlemail.com" Date: Fri, 2 Jan 2015 01:13:39 +0000 Subject: [PATCH] Commented out unused variables (to suppress compiler warnings) --- example/embedded/bnep_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/embedded/bnep_test.c b/example/embedded/bnep_test.c index 6f21616dc..f0725aaea 100644 --- a/example/embedded/bnep_test.c +++ b/example/embedded/bnep_test.c @@ -42,10 +42,10 @@ static bd_addr_t other_addr = { 0,0,0,0,0,0}; // state static bd_addr_t local_addr; -static uint16_t bnep_protocol_uuid = 0x000f; +//static uint16_t bnep_protocol_uuid = 0x000f; static uint16_t bnep_l2cap_psm = 0x000f; static uint32_t bnep_remote_uuid = 0x1115; -static uint16_t bnep_version = 0; +//static uint16_t bnep_version = 0; static uint16_t bnep_cid = 0; static uint8_t network_buffer[BNEP_MTU_MIN];