diff options
Diffstat (limited to 'stmhal/usbd_cdc_interface.h')
-rw-r--r-- | stmhal/usbd_cdc_interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stmhal/usbd_cdc_interface.h b/stmhal/usbd_cdc_interface.h index 0585d06c8c..f74b42bbee 100644 --- a/stmhal/usbd_cdc_interface.h +++ b/stmhal/usbd_cdc_interface.h @@ -31,8 +31,6 @@ extern const USBD_CDC_ItfTypeDef USBD_CDC_fops;
-void USBD_CDC_HAL_TIM_PeriodElapsedCallback(void);
-
int USBD_CDC_IsConnected(void);
void USBD_CDC_SetInterrupt(int chr, void *data);
|