From e14700f3986b05c22851a2039010885e6688e83a Mon Sep 17 00:00:00 2001 From: m3hm00d Date: Thu, 20 Jun 2019 16:42:46 +0000 Subject: [PATCH] Fix minor typo in comment 'USBD_HID_DeInit' is written as 'USBD_HID_Init'; likely a copy-paste error. This patch should fix it. --- targets/stm32l432/lib/usbd/usbd_hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stm32l432/lib/usbd/usbd_hid.c b/targets/stm32l432/lib/usbd/usbd_hid.c index bf32911..822f896 100644 --- a/targets/stm32l432/lib/usbd/usbd_hid.c +++ b/targets/stm32l432/lib/usbd/usbd_hid.c @@ -309,7 +309,7 @@ static uint8_t USBD_HID_Init (USBD_HandleTypeDef *pdev, uint8_t cfgidx) } /** - * @brief USBD_HID_Init + * @brief USBD_HID_DeInit * DeInitialize the HID layer * @param pdev: device instance * @param cfgidx: Configuration index