zephyr/ext
Kumar Gala 0404cf90f0 ext/hal: stm32f3xx: Fix warnings for extraneous parentheses
Building with clang reports the following warnings:

stm32f3xx_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
..
debug debug: CTF Tracing with POSIX backend 2019-02-01 08:56:02 -05:00
fs kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
hal ext/hal: stm32f3xx: Fix warnings for extraneous parentheses 2019-04-17 16:46:17 -05:00
lib scripts: Remove unused imports in all Python scripts 2019-03-28 11:06:20 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig modules: remove tinycbor from ext/ and use west module feature 2019-03-25 22:41:01 -04:00