summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/timer.c')
-rw-r--r--stmhal/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/timer.c b/stmhal/timer.c
index e1d659ceb0..850e0c8298 100644
--- a/stmhal/timer.c
+++ b/stmhal/timer.c
@@ -252,7 +252,6 @@ TIM_HandleTypeDef *timer_tim6_init(uint freq) {
void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) {
#if !defined(MICROPY_HW_USE_ALT_IRQ_FOR_CDC)
if (htim == &TIM3_Handle) {
- USBD_CDC_HAL_TIM_PeriodElapsedCallback();
} else
#endif
if (htim == &TIM5_Handle) {