tuansuper opened a new pull request, #3683: URL: https://github.com/apache/nuttx-apps/pull/3683
In flashtool_main.c, the 'default:' label in a switch statement was followed directly by '}', which is invalid in C and causes a compile error. This commit adds a 'break;' statement after the default label to resolve the error. Impact: - Build: Fixes compilation of flashtool utility - Runtime: No functional change - Area: fsutils/flashtool Tested: - Build Host: Ubuntu 22.04, arm-none-eabi-gcc 15.10.3 - Target: sim:nsh (compilation test) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
