diff options
| author | Damien George | 2015-03-20 22:27:34 +0000 |
|---|---|---|
| committer | Damien George | 2015-03-20 22:27:34 +0000 |
| commit | 7674da8057b5236373345350acd2a7513377d393 (patch) | |
| tree | 95c2fa86be688e2dc01fb8159248a43f3a12f09e /stmhal/usbd_cdc_interface.h | |
| parent | 69922c602cea2b54c30b04078f066717b18425d6 (diff) | |
stmhal: Remove some unnecessary declarations, purely for cleanup.
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 5a5d4cf00..0585d06c8 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);
|
