Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.USBDongle/Applications/USB_Device/HID_Standalone/USB_Device/Target/usbd_conf.c')
-rw-r--r--Projects/P-NUCLEO-WB55.USBDongle/Applications/USB_Device/HID_Standalone/USB_Device/Target/usbd_conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/P-NUCLEO-WB55.USBDongle/Applications/USB_Device/HID_Standalone/USB_Device/Target/usbd_conf.c b/Projects/P-NUCLEO-WB55.USBDongle/Applications/USB_Device/HID_Standalone/USB_Device/Target/usbd_conf.c
index d4ab00b0d..21f42c6a1 100644
--- a/Projects/P-NUCLEO-WB55.USBDongle/Applications/USB_Device/HID_Standalone/USB_Device/Target/usbd_conf.c
+++ b/Projects/P-NUCLEO-WB55.USBDongle/Applications/USB_Device/HID_Standalone/USB_Device/Target/usbd_conf.c
@@ -683,10 +683,10 @@ USBD_StatusTypeDef USBD_LL_PrepareReceive(USBD_HandleTypeDef *pdev, uint8_t ep_a
}
/**
- * @brief Returns the last transfered packet size.
+ * @brief Returns the last transferred packet size.
* @param pdev: Device handle
* @param ep_addr: Endpoint number
- * @retval Recived Data Size
+ * @retval Received Data Size
*/
uint32_t USBD_LL_GetRxDataSize(USBD_HandleTypeDef *pdev, uint8_t ep_addr)
{
@@ -738,7 +738,7 @@ void USBD_static_free(void *p)
/* USER CODE END 5 */
/**
- * @brief Retuns the USB status depending on the HAL status:
+ * @brief Returns the USB status depending on the HAL status:
* @param hal_status: HAL status
* @retval USB status
*/