From 62659ce602bbe8f3c616b474234a1997848005a1 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald <matthias@ringwald.ch> Date: Sat, 21 Aug 2021 15:57:01 +0200 Subject: [PATCH] example/a2dp_sink_demo: fix wav file name --- example/a2dp_sink_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/a2dp_sink_demo.c b/example/a2dp_sink_demo.c index 06f8c1413..8a364970c 100644 --- a/example/a2dp_sink_demo.c +++ b/example/a2dp_sink_demo.c @@ -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