summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/usbd_desc.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/usbd_desc.h')
-rw-r--r--stmhal/usbd_desc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/usbd_desc.h b/stmhal/usbd_desc.h
index c16808b8a6..609fa8da86 100644
--- a/stmhal/usbd_desc.h
+++ b/stmhal/usbd_desc.h
@@ -26,4 +26,4 @@
extern const USBD_DescriptorsTypeDef USBD_Descriptors;
-void USBD_SetPID(uint16_t pid);
+void USBD_SetVIDPIDRelease(uint16_t vid, uint16_t pid, uint16_t device_release_num);