You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/06/24 06:27:54 UTC

[GitHub] [mynewt-core] sjanc opened a new pull request #2630: hw/ipc_nrf5340: Assert on ipc_nrf5340_recv if channel is already in use

sjanc opened a new pull request #2630:
URL: https://github.com/apache/mynewt-core/pull/2630


   Calling ipc_nrf5340_recv on channel which is already enabled is always
   an application error which leads to confusing behaviour (or crashes).
   
   If application want to change receive handler for specified channel it
   shall first unregister old one by passing NULL pointer.


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

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



[GitHub] [mynewt-core] sjanc merged pull request #2630: hw/ipc_nrf5340: Assert on ipc_nrf5340_recv if channel is already in use

Posted by GitBox <gi...@apache.org>.
sjanc merged pull request #2630:
URL: https://github.com/apache/mynewt-core/pull/2630


   


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

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