mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
test/sbc: use larger buffer for filename
This commit is contained in:
parent
d6a0639857
commit
fd1cbf309d
@ -145,8 +145,8 @@ int main (int argc, const char * argv[]){
|
||||
|
||||
const char * filename = argv[1];
|
||||
|
||||
char sbc_filename[30];
|
||||
char wav_filename[30];
|
||||
char sbc_filename[1000];
|
||||
char wav_filename[1000];
|
||||
|
||||
strcpy(sbc_filename, filename);
|
||||
strcpy(wav_filename, filename);
|
||||
|
Loading…
x
Reference in New Issue
Block a user