Remove text related to channel2

pull/7225/head
bcostm 2018-06-15 11:27:52 +02:00
parent 1cef655687
commit 09b8b53b27
1 changed files with 2 additions and 1 deletions

View File

@ -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;