mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
example/a2dp_sink_demo: fix wav file name
This commit is contained in:
parent
6504a03ae3
commit
62659ce602
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user