summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2021-11-29 22:47:32 +0800
committersakumisu <[email protected]>2021-11-29 22:47:32 +0800
commitd65483883efc6ae34b22be3481909d870468d251 (patch)
treecb8a2e2385ee97a14c1aaa803ff0fc3d100d1153
parent4f8d76c198f3f004aef04452292c3b78019bd432 (diff)
delete unused header path
-rw-r--r--demo/stm32/stm32f103c8t6/example/cdc/cdc_init.c1
-rw-r--r--demo/stm32/stm32f103c8t6/example/hid_custom/hid_custom_init.c1
-rw-r--r--demo/stm32/stm32f103c8t6/example/hid_keyboard/hid_keyboard_init.c1
-rw-r--r--demo/stm32/stm32f103c8t6/example/hid_mouse/hid_mouse_init.c1
-rw-r--r--demo/stm32/stm32f103c8t6/example/msc_ram/msc_ram_init.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/demo/stm32/stm32f103c8t6/example/cdc/cdc_init.c b/demo/stm32/stm32f103c8t6/example/cdc/cdc_init.c
index d1238294..c8cb80cf 100644
--- a/demo/stm32/stm32f103c8t6/example/cdc/cdc_init.c
+++ b/demo/stm32/stm32f103c8t6/example/cdc/cdc_init.c
@@ -21,7 +21,6 @@
/* include ------------------------------------------------------------------*/
#include "main.h"
#include "usbd_core.h"
-#include "usb_def.h"
#include "usbd_cdc.h"
/*!< endpoint address */
diff --git a/demo/stm32/stm32f103c8t6/example/hid_custom/hid_custom_init.c b/demo/stm32/stm32f103c8t6/example/hid_custom/hid_custom_init.c
index 5bfd2486..d8913a98 100644
--- a/demo/stm32/stm32f103c8t6/example/hid_custom/hid_custom_init.c
+++ b/demo/stm32/stm32f103c8t6/example/hid_custom/hid_custom_init.c
@@ -24,7 +24,6 @@
/* include ------------------------------------------------------------------*/
#include "main.h"
-#include "usb_def.h"
#include "usbd_core.h"
#include "usbd_hid.h"
diff --git a/demo/stm32/stm32f103c8t6/example/hid_keyboard/hid_keyboard_init.c b/demo/stm32/stm32f103c8t6/example/hid_keyboard/hid_keyboard_init.c
index 7f8ca1b3..c05ee76b 100644
--- a/demo/stm32/stm32f103c8t6/example/hid_keyboard/hid_keyboard_init.c
+++ b/demo/stm32/stm32f103c8t6/example/hid_keyboard/hid_keyboard_init.c
@@ -20,7 +20,6 @@
/* include ------------------------------------------------------------------*/
#include "main.h"
-#include "usb_def.h"
#include "usbd_core.h"
#include "usbd_hid.h"
diff --git a/demo/stm32/stm32f103c8t6/example/hid_mouse/hid_mouse_init.c b/demo/stm32/stm32f103c8t6/example/hid_mouse/hid_mouse_init.c
index 458865a2..be2ac453 100644
--- a/demo/stm32/stm32f103c8t6/example/hid_mouse/hid_mouse_init.c
+++ b/demo/stm32/stm32f103c8t6/example/hid_mouse/hid_mouse_init.c
@@ -20,7 +20,6 @@
/* include ------------------------------------------------------------------*/
#include "main.h"
-#include "usb_def.h"
#include "usbd_core.h"
#include "usbd_hid.h"
diff --git a/demo/stm32/stm32f103c8t6/example/msc_ram/msc_ram_init.c b/demo/stm32/stm32f103c8t6/example/msc_ram/msc_ram_init.c
index 768bef83..71bafb05 100644
--- a/demo/stm32/stm32f103c8t6/example/msc_ram/msc_ram_init.c
+++ b/demo/stm32/stm32f103c8t6/example/msc_ram/msc_ram_init.c
@@ -19,7 +19,6 @@
/* include ------------------------------------------------------------------*/
#include "main.h"
-#include "usb_def.h"
#include "usbd_core.h"
#include "usbd_msc.h"