From a5ff4cf52449d4232a54341dff40c6a95bdfd2ab Mon Sep 17 00:00:00 2001 From: Kevin Thibedeau <6765123+kevinpt@users.noreply.github.com> Date: Sun, 22 May 2022 23:13:08 -0400 Subject: [PATCH] Remove redundant prototype declaration --- Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c b/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c index e25cdfa58..d04d9872c 100644 --- a/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c +++ b/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c @@ -109,7 +109,6 @@ static uint8_t USBD_CDC_EP0_RxReady(USBD_HandleTypeDef *pdev); static uint8_t *USBD_CDC_GetFSCfgDesc(uint16_t *length); static uint8_t *USBD_CDC_GetHSCfgDesc(uint16_t *length); static uint8_t *USBD_CDC_GetOtherSpeedCfgDesc(uint16_t *length); -static uint8_t *USBD_CDC_GetOtherSpeedCfgDesc(uint16_t *length); uint8_t *USBD_CDC_GetDeviceQualifierDescriptor(uint16_t *length); #endif /* USE_USBD_COMPOSITE */