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/09/05 11:21:57 UTC

[GitHub] [incubator-nuttx] juniskane opened a new pull request, #7005: pthread: fix typo with CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_INHERIT

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

   ## Summary
   CONFIG_ prefix was missing from reference to Kconfig variable CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_INHERIT, resulting to #else branch been always selected.
   
   Also update function comments a bit.
   
   ## Impact
   
   ## Testing
   Not tested, found by accident during code reading. Should be likely tested by someone who is using this feature.
   


-- 
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] pkarashchenko merged pull request #7005: pthread: fix typo with CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_INHERIT

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


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