From f53674e54758311517b16d64105c1c737732748f Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sat, 8 Oct 2011 16:37:43 +0000 Subject: [PATCH] comment unused variable --- example/l2cap-throughput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/l2cap-throughput.c b/example/l2cap-throughput.c index 38799a875..4ed993389 100644 --- a/example/l2cap-throughput.c +++ b/example/l2cap-throughput.c @@ -128,7 +128,7 @@ void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint handle = READ_BT_16(packet, 8); psm = READ_BT_16(packet, 10); local_cid = READ_BT_16(packet, 12); - remote_cid = READ_BT_16(packet, 14); + // remote_cid = READ_BT_16(packet, 14); printf("L2CAP_EVENT_INCOMING_CONNECTION %s, handle 0x%02x, psm 0x%02x, local cid 0x%02x\n", bd_addr_to_str(event_addr), handle, psm, local_cid); // accept bt_send_cmd(&l2cap_accept_connection, local_cid);