Skip to content

Commit fbab9c8

Browse files
authored
Merge pull request #4054 from DavidLin1577/patch-17
[components / drivers]update audio_mic.c
2 parents 286d4f6 + f086765 commit fbab9c8

File tree

6 files changed

+0
-15
lines changed

6 files changed

+0
-15
lines changed

components/drivers/usb/usbdevice/class/audio_mic.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
*/
1010

1111
#include <rthw.h>
12-
#include <rtthread.h>
13-
#include <rtservice.h>
1412
#include <rtdevice.h>
15-
1613
#include "drivers/usb_device.h"
1714
#include "audio.h"
1815

components/drivers/usb/usbdevice/class/audio_speaker.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
*/
1010

1111
#include <rthw.h>
12-
#include <rtthread.h>
13-
#include <rtservice.h>
1412
#include <rtdevice.h>
15-
1613
#include "drivers/usb_device.h"
1714
#include "audio.h"
1815

components/drivers/usb/usbdevice/class/cdc_vcom.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
*/
1414

1515
#include <rthw.h>
16-
#include <rtthread.h>
17-
#include <rtservice.h>
1816
#include <rtdevice.h>
1917
#include <drivers/serial.h>
2018
#include "drivers/usb_device.h"

components/drivers/usb/usbdevice/class/hid.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
*/
1212

1313
#include <rthw.h>
14-
#include <rtthread.h>
15-
#include <rtservice.h>
1614
#include <rtdevice.h>
17-
1815
#include "drivers/usb_common.h"
1916
#include "drivers/usb_device.h"
20-
2117
#include "hid.h"
2218

2319
#ifdef RT_USB_DEVICE_HID

components/drivers/usb/usbdevice/class/mstorage.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313

1414
#include <rtthread.h>
15-
#include <rtservice.h>
1615
#include "drivers/usb_device.h"
1716
#include "mstorage.h"
1817

components/drivers/usb/usbdevice/class/winusb.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
* 2017-11-16 ZYH first version
99
*/
1010
#include <rthw.h>
11-
#include <rtthread.h>
12-
#include <rtservice.h>
1311
#include <rtdevice.h>
1412
#include <drivers/usb_device.h>
1513
#include "winusb.h"

0 commit comments

Comments
 (0)