gustavonihei opened a new pull request #2813: URL: https://github.com/apache/incubator-nuttx/pull/2813
## Summary Some ROM function declarations are missing the `extern` modifier. Although the compiler does not raise any error on multiple function declarations, the presence of the `extern` modifier makes it clearer that the symbol resolution will be delegated to link time. ## Impact No impact, new build generates identical map files. ## Testing Successful build for every ESP32 configuration. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
