fixed compile

This commit is contained in:
mila@ringwald.ch 2014-10-16 10:12:03 +00:00
parent 67385654ba
commit cc973175fe

View File

@ -88,7 +88,7 @@ static void packet_handler (uint8_t packet_type, uint8_t *packet, uint16_t size)
bd_addr_t addr;
int i;
int numResponses;
index;
int index;
// printf("packet_handler: pt: 0x%02x, packet[0]: 0x%02x\n", packet_type, packet[0]);
if (packet_type != HCI_EVENT_PACKET) return;