You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/11/18 16:11:28 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4854: boards/mpfs: Fix the icicle build break

xiaoxiang781216 opened a new pull request #4854:
URL: https://github.com/apache/incubator-nuttx/pull/4854


   ## Summary
   ```
   src/mpfs_emmcsd.c: In function 'mpfs_board_emmcsd_init':
   Error: src/mpfs_emmcsd.c:72:40: error: 'SDIO_SLOTNO' undeclared (first use in this function)
      finfo("Initializing SDIO slot %d\n", SDIO_SLOTNO);
                                           ^~~~~~~~~~~
   src/mpfs_emmcsd.c:72:40: note: each undeclared identifier is reported only once for each function it appears in
   Error: src/mpfs_emmcsd.c:83:55: error: 'SDIO_MINOR' undeclared (first use in this function); did you mean 'SHRT_MIN'?
      finfo("Bind SDIO to the MMC/SD driver, minor=%d\n", SDIO_MINOR);
   ```
   
   ## Impact
   Restore CI
   
   ## Testing
   Pass CI
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4854: boards/mpfs: Fix the icicle build break

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4854:
URL: https://github.com/apache/incubator-nuttx/pull/4854


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org