mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
add missing field initializers in hci transport h4 (ehcill) embedded
This commit is contained in:
parent
e0e73eb2f5
commit
851e09fd8a
@ -158,7 +158,8 @@ static const hci_transport_h4_t hci_transport_h4_ehcill_dma = {
|
||||
/* .transport.can_send_packet_now = */ h4_can_send_packet_now,
|
||||
/* .transport.send_packet = */ ehcill_send_packet,
|
||||
/* .transport.set_baudrate = */ h4_set_baudrate,
|
||||
/* .transport.reset_link = */ NULL,
|
||||
/* .transport.reset_link = */ NULL,
|
||||
/* .transport.set_sco_config = */ NULL,
|
||||
},
|
||||
/* .ds = */ &hci_transport_h4_dma_ds
|
||||
};
|
||||
|
@ -123,7 +123,8 @@ static const hci_transport_h4_t hci_transport_h4_dma = {
|
||||
/* .transport.can_send_packet_now = */ h4_can_send_packet_now,
|
||||
/* .transport.send_packet = */ h4_send_packet,
|
||||
/* .transport.set_baudrate = */ h4_set_baudrate,
|
||||
/* .transport.reset_link = */ NULL,
|
||||
/* .transport.reset_link = */ NULL,
|
||||
/* .transport.set_sco_config = */ NULL,
|
||||
},
|
||||
/* .ds = */ &hci_transport_h4_dma_ds
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user