Update audio.c

This commit is contained in:
David Lin 2020-11-21 16:07:03 +08:00 committed by GitHub
parent 7f1aa82a88
commit 9f5d860d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
#include <stdio.h>
#include <string.h>
#include <rthw.h>
#include <rtthread.h>
#include <rtdevice.h>
#define DBG_TAG "audio"
@ -590,7 +589,6 @@ int rt_audio_samplerate_to_speed(rt_uint32_t bitValue)
speed = 192000;
break;
default:
break;
}