Unused parameter in HAL_TIM_OnePulse_Start()
Posted on October 08, 2016 at 17:20Using 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_ha...