diff options
Diffstat (limited to 'stmhal/timer.h')
-rw-r--r-- | stmhal/timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/timer.h b/stmhal/timer.h index c737ee7635..2a892db285 100644 --- a/stmhal/timer.h +++ b/stmhal/timer.h @@ -34,7 +34,6 @@ extern TIM_HandleTypeDef TIM5_Handle; extern TIM_HandleTypeDef TIM6_Handle; extern const mp_obj_type_t pyb_timer_type; -extern const mp_obj_type_t pyb_timer_channel_type; void timer_init0(void); void timer_tim3_init(void); |