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 2020/01/08 07:56:13 UTC

[GitHub] [mynewt-nimble] sjanc opened a new pull request #721: nimble/drivers: Fix loop condition in nrf51 driver

sjanc opened a new pull request #721: nimble/drivers: Fix loop condition in nrf51 driver
URL: https://github.com/apache/mynewt-nimble/pull/721
 
 
   This condition was suggesting that loop can break while om is NULL but
   this loop breaks only when copied enough bytes and om is expected to
   have enough space.

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


With regards,
Apache Git Services

[GitHub] [mynewt-nimble] sjanc merged pull request #721: nimble/drivers: Fix loop condition in nrf51 driver

Posted by GitBox <gi...@apache.org>.
sjanc merged pull request #721: nimble/drivers: Fix loop condition in nrf51 driver
URL: https://github.com/apache/mynewt-nimble/pull/721
 
 
   

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


With regards,
Apache Git Services