Flash - Fix incorrect gating on cli flash commands. (#12013)
commit8eb7209cdc51cdb9564b9a2328077dc9371ba234
authorDominic Clifton <dominic.clifton@cleanflight.com>
Tue, 22 Nov 2022 17:05:10 +0000 (22 18:05 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 17:05:10 +0000 (22 18:05 +0100)
treed233624706236aa2a425e5ee5c2a0a1c19a72024
parentdc05fb6ea67ce94b82eee20de6e185116f418289
Flash - Fix incorrect gating on cli flash commands. (#12013)

* Flash - Fix incorrect gating on cli flash commands.

When compiling with USE_FLASH_CHIP and without USE_FLASHFS there were
compiler warnings.

* Fix typo in `flash_info` cli command output.
src/main/cli/cli.c