summaryrefslogtreecommitdiffstatshomepage
path: root/stm/stmusbd/usbd_pyb_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/stmusbd/usbd_pyb_core.h')
-rw-r--r--stm/stmusbd/usbd_pyb_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/stm/stmusbd/usbd_pyb_core.h b/stm/stmusbd/usbd_pyb_core.h
deleted file mode 100644
index 761ca22533..0000000000
--- a/stm/stmusbd/usbd_pyb_core.h
+++ /dev/null
@@ -1,4 +0,0 @@
-extern USBD_Class_cb_TypeDef USBD_PYB_cb;
-extern USBD_Class_cb_TypeDef USBD_PYB_HID_cb;
-
-uint8_t USBD_HID_SendReport(USB_OTG_CORE_HANDLE *pdev, uint8_t *report, uint16_t len);