royfengsss opened a new pull request, #9868: URL: https://github.com/apache/nuttx/pull/9868
## Summary `board/esp32s3/common` is for common board driver for ESP32s3. It should not include a header file from specific board. When build a board config rather than `esp32s3-devkitc` with some configuration enabled, e.g. `CONFIG_ESP32S3_SPIFLASH`, the build will be failed. So remove the inclusion of `esp32s3-devkitc.h` in the source of common driver under esp32s3 board. ## Impact Build error fix ## Testing Pass the build and no impact to the build of configs under `esp32s3-devkit` -- 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]
