Skip to content

Commit

Permalink
applications: nrf5340_audio: Audio module improvements
Browse files Browse the repository at this point in the history
    Corrections from use, additional testing and fake function updates.

Signed-off-by: Graham Wacey <[email protected]>
  • Loading branch information
gWacey committed Sep 4, 2024
1 parent 364ade5 commit fdb5fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/subsys/audio_module/src/audio_module_test_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ int test_data_process_function(struct audio_module_handle_private *handle,
audio_data_tx->data_size = audio_data_rx->data_size;
} else {
printk("The input and output data pointers are NULL");
return -1;
}

return 0;
Expand Down

0 comments on commit fdb5fdc

Please sign in to comment.