mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
test/sbc: show usage for sbc_encoder_test
This commit is contained in:
parent
469fc11af1
commit
6a5c7c2c6c
@ -94,7 +94,8 @@ static void read_wav_header(int wav_fd){
|
||||
}
|
||||
|
||||
int main (int argc, const char * argv[]){
|
||||
if (argc < 2){
|
||||
if (argc < 3){
|
||||
printf("Usage: %s WAV_FILE mSBC_FILE\n", argv[0]);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user