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