xiaoxiang781216 commented on code in PR #19255: URL: https://github.com/apache/nuttx/pull/19255#discussion_r3510701063
########## boards/arm/rp23xx/common/src/rp23xx_common_bringup.c: ########## @@ -36,6 +36,11 @@ #include "rp23xx_common_pico.h" #include "rp23xx_common_bringup.h" +#ifdef CONFIG_RP23XX_FLASH_FILE_SYSTEM +# include <nuttx/mtd/mtd.h> Review Comment: remove, already included in rp23xx_flash_mtd.h -- 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]
