mirror of https://github.com/ARMmbed/mbed-os.git
Remove text related to channel2
parent
1cef655687
commit
09b8b53b27
|
@ -34,7 +34,8 @@ void timer_irq_handler(void)
|
|||
|
||||
#if defined(TARGET_STM32F0)
|
||||
} // end timer_update_irq_handler function
|
||||
// Used for mbed timeout (channel 1) and HAL tick (channel 2)
|
||||
|
||||
// Channel 1 used for mbed timeout
|
||||
void timer_oc_irq_handler(void)
|
||||
{
|
||||
TimMasterHandle.Instance = TIM_MST;
|
||||
|
|
Loading…
Reference in New Issue