mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| flashtool_main.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||