Fix minor typo in comment
'USBD_HID_DeInit' is written as 'USBD_HID_Init'; likely a copy-paste error. This patch should fix it.
This commit is contained in:
parent
e1474e8e8e
commit
e14700f398
@ -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
|
* DeInitialize the HID layer
|
||||||
* @param pdev: device instance
|
* @param pdev: device instance
|
||||||
* @param cfgidx: Configuration index
|
* @param cfgidx: Configuration index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user