mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-03 10:20:18 +00:00
chipset/nxp: fix build
This commit is contained in:
parent
91dfed7e2d
commit
8049240411
@ -475,7 +475,7 @@ static btstack_chipset_result_t nxp_next_command(uint8_t * hci_cmd_buffer) {
|
|||||||
switch (nxp_init_state){
|
switch (nxp_init_state){
|
||||||
case NXP_INIT_SEND_SCO_CONFIG:
|
case NXP_INIT_SEND_SCO_CONFIG:
|
||||||
#if defined(ENABLE_SCO_OVER_HCI) || defined(ENABLE_SCO_OVER_PCM)
|
#if defined(ENABLE_SCO_OVER_HCI) || defined(ENABLE_SCO_OVER_PCM)
|
||||||
nxp_init_state = NXP_INIT_SEND_WRITE_PCM_SYNC_SETTINGS;
|
nxp_init_state = NXP_INIT_DONE;
|
||||||
hci_cmd_create_from_template_with_vargs(hci_cmd_buffer, &hci_nxp_set_sco_data_path, nxp_chipset_sco_routing_path);
|
hci_cmd_create_from_template_with_vargs(hci_cmd_buffer, &hci_nxp_set_sco_data_path, nxp_chipset_sco_routing_path);
|
||||||
return BTSTACK_CHIPSET_VALID_COMMAND;
|
return BTSTACK_CHIPSET_VALID_COMMAND;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user