2016-10-08 08:20 AM
Using GCC with -Wunused-parameter, I get the following error for Stm32f4xx_hal_tim.c V1.5.1:
STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c: In function 'HAL_TIM_OnePulse_Start':
/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2107:76: warning: unused parameter 'OutputChannel' [-Wunused-parameter]In the function, it is pretty obvious that OutputChannel is not used.
Similar issue on HAL_TIM_OnePulse_Stop().
#hal-hal_tim_onepulse_2016-10-10 01:57 AM
Hi HarjitS,
I submit this internally for check. Thank you for the feedback.-Hannibal-2017-03-14 08:21 AM
Hi
to_deletethomas bretgeld
‌,Issue fixed in
:Stm32f4xx_hal_tim.c V1.7.0.
Again, thanks for your feedback. This helps us to enhance the quality of our resources.
Khouloud.