Skip to content

Commit 09b8b53

Browse files
committed
Remove text related to channel2
1 parent 1cef655 commit 09b8b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/TARGET_STM/hal_tick_16b.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ void timer_irq_handler(void)
3434

3535
#if defined(TARGET_STM32F0)
3636
} // end timer_update_irq_handler function
37-
// Used for mbed timeout (channel 1) and HAL tick (channel 2)
37+
38+
// Channel 1 used for mbed timeout
3839
void timer_oc_irq_handler(void)
3940
{
4041
TimMasterHandle.Instance = TIM_MST;

0 commit comments

Comments
 (0)