zephyr/samples/drivers/flash_shell
Himanshu Jha 148d515f9b samples: flash_shell: Replace incorrect assignment to boolean expression
`shell_cmd_precheck()` function has the second argument as boolean
and currently we pass assignment expression instead of boolean
expression. Therefore, fix the expression by passing `argc == 2`
as the boolean argument.

Fixes #11099
Coverity-CID: 189507

Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
2018-11-08 10:46:17 +01:00
..
src samples: flash_shell: Replace incorrect assignment to boolean expression 2018-11-08 10:46:17 +01:00
CMakeLists.txt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
prj.conf samples: flash_shell: migrate example to new shell 2018-10-09 13:22:53 +02:00
sample.yaml tests/samples: rename 'app' tag to something meaningful 2018-10-16 09:17:51 -04:00