93dfc69a3a
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:
|
||
---|---|---|
.. | ||
doc | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.board | ||
Kconfig.defconfig | ||
argparse.c | ||
argparse.h | ||
board.cmake | ||
board_irq.h | ||
board_soc.h | ||
bstests.h | ||
bstests_entry.c | ||
cmdline.h | ||
cmsis.c | ||
cmsis.h | ||
cpu_wait.c | ||
irq_handler.c | ||
main.c | ||
nrf52_bsim.dts | ||
nrf52_bsim.yaml | ||
nrf52_bsim_defconfig | ||
pre_dt_board.cmake | ||
time_machine.c | ||
time_machine.h | ||
trace_hook.c |