USB Audio Speaker Tutorial: Step 6
Step 6: Include application-specific source code and files
1
Copy the following application source files into the folder containing the project's source files:
app_usb_audio_task.c
app_usb_audio_task.h
app_display_task.c
app_display_task.h
Copy them from this folder:
apps/training/middleware/usb_speaker/usb_speaker_lab/dev_files
to this one:
apps/training/middleware/dev/usb_speaker/usb_speaker_lab/firmware/src
6
Save all the files before closing.
7
Now, you are ready to build the code. Click the Clean and Build icon and verify that the project builds successfully.