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 2022/11/23 08:36:46 UTC

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #7663: stm32f7/stm32_bbsram.c: Fix build error due to changed include path

pussuw opened a new pull request, #7663:
URL: https://github.com/apache/incubator-nuttx/pull/7663

   ## Summary
   Use correct path to include mutex.h
   
   ## Impact
   Fixes:
   chip/stm32_bbsram.c:42:10: fatal error: mutex.h: No such file or directory
      42 | #include <mutex.h>
         |          ^~~~~~~~~
   
   ## Testing
   Out-of-tree target using stm32f7
   


-- 
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 #7663: stm32f7/stm32_bbsram.c: Fix build error due to changed include path

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


-- 
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