example/a2dp_sink_demo: fix wav file name

This commit is contained in:
Matthias Ringwald 2021-08-21 15:57:01 +02:00
parent 6504a03ae3
commit 62659ce602

View File

@ -121,7 +121,7 @@ static int request_frames;
// WAV File
#ifdef STORE_TO_WAV_FILE
static uint32_t audio_frame_count = 0;
static char * wav_filename = "av2dp_sink_demo.wav";
static char * wav_filename = "a2dp_sink_demo.wav";
#endif
#ifdef STORE_TO_SBC_FILE