Skip to content

Commit 9f5d860

Browse files
authored
Update audio.c
1 parent 7f1aa82 commit 9f5d860

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/drivers/audio/audio.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <stdio.h>
1313
#include <string.h>
1414
#include <rthw.h>
15-
#include <rtthread.h>
1615
#include <rtdevice.h>
1716

1817
#define DBG_TAG "audio"
@@ -590,7 +589,6 @@ int rt_audio_samplerate_to_speed(rt_uint32_t bitValue)
590589
speed = 192000;
591590
break;
592591
default:
593-
594592
break;
595593
}
596594

0 commit comments

Comments
 (0)