mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
fixed compile
This commit is contained in:
parent
67385654ba
commit
cc973175fe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user