nuttx-apps/fsutils/flashtool
tuansuper 5f286fc924 flashtool: Fix compile error due to missing statement after default label
In flashtool_main.c, the 'default:' label in a switch statement was
followed directly by '}', which is invalid in C.
This commit adds a 'break;' statement after the default label to
resolve the error.

Signed-off-by: tuansuper <tunainnet@tutanota.com>
2026-07-31 10:32:58 -03:00
..
CMakeLists.txt fsutils/flashtool: add flashtool command support 2025-12-23 11:25:16 -05:00
flashtool_main.c flashtool: Fix compile error due to missing statement after default label 2026-07-31 10:32:58 -03:00
Kconfig fsutils/flashtool: add flashtool command support 2025-12-23 11:25:16 -05:00
Make.defs fsutils/flashtool: add flashtool command support 2025-12-23 11:25:16 -05:00
Makefile fsutils/flashtool: add flashtool command support 2025-12-23 11:25:16 -05:00