zephyr/ext/hal/st/stm32cube/stm32l4xx/drivers
Kumar Gala c38df1515c ext/hal: stm32l4xx: Fix warnings for extraneous parentheses
Building with clang reports the following warnings:

stm32l4xx_hal_tim.c: error: equality comparison with extraneous
parentheses [-Werror,-Wparentheses-equality]
  else if((htim->State == HAL_TIM_STATE_READY))
           ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~

Removing the extra () fixes the warning

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-04-17 16:46:17 -05:00
..
include ext/hal/st: update stm32l4 stm32cube package from v1.12.0 to v1.13.0 2018-10-29 10:30:48 +00:00
src ext/hal: stm32l4xx: Fix warnings for extraneous parentheses 2019-04-17 16:46:17 -05:00