chipset/nxp: fix build

This commit is contained in:
Matthias Ringwald 2023-09-01 11:54:52 +02:00
parent 91dfed7e2d
commit 8049240411

View File

@ -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