diff options
Diffstat (limited to 'stmhal/usbd_cdc_interface.h')
-rw-r--r-- | stmhal/usbd_cdc_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/usbd_cdc_interface.h b/stmhal/usbd_cdc_interface.h index 5a5d4cf004..0585d06c8c 100644 --- a/stmhal/usbd_cdc_interface.h +++ b/stmhal/usbd_cdc_interface.h @@ -29,7 +29,6 @@ ******************************************************************************
*/
-extern TIM_HandleTypeDef TIM3_Handle;
extern const USBD_CDC_ItfTypeDef USBD_CDC_fops;
void USBD_CDC_HAL_TIM_PeriodElapsedCallback(void);
|