1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-03 01:20:35 +00:00

hci: fix compile

This commit is contained in:
Matthias Ringwald 2017-03-12 21:09:15 +01:00
parent c5bccd71ca
commit 75c2bb6417

@ -670,7 +670,7 @@ typedef struct {
// single buffer for HCI packet assembly + additional prebuffer for H4 drivers // single buffer for HCI packet assembly + additional prebuffer for H4 drivers
uint8_t * hci_packet_buffer; uint8_t * hci_packet_buffer;
uint8_t hci_packet_buffer_data[HCI_OUTGOING_PRE_BUFFER_SIZE + HCI_PACKET_BUFFER_SIZE + HCI_OUTGOING_POST_BUFFER_SIZE]; uint8_t hci_packet_buffer_data[HCI_OUTGOING_PRE_BUFFER_SIZE + HCI_PACKET_BUFFER_SIZE];
uint8_t hci_packet_buffer_reserved; uint8_t hci_packet_buffer_reserved;
uint16_t acl_fragmentation_pos; uint16_t acl_fragmentation_pos;
uint16_t acl_fragmentation_total_size; uint16_t acl_fragmentation_total_size;