c29d0a3c4f
MISRA C:2012 Rule 14.4 (The controlling expression of an if statement
and the controlling expression of an iteration-statement shall have
essentially Boolean type.)
Use `do { ... } while (false)' instead of `do { ... } while (0)'.
This commit is a subset of the original commit:
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
cypress_psoc6_dt.h | ||
soc_gpio.c | ||
soc_gpio.h |