mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 07:21:20 +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){
|
||||
case NXP_INIT_SEND_SCO_CONFIG:
|
||||
#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);
|
||||
return BTSTACK_CHIPSET_VALID_COMMAND;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user