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/11/30 08:14:33 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #1105: Extended Advertising: TX freezes after ~65535 seconds

andrzej-kaczmarek commented on issue #1105:
URL: https://github.com/apache/mynewt-nimble/issues/1105#issuecomment-982386835


   so this happens at the time os_cputime wraps from 0x7fffffff to 0x80000000 which most likely means that we have some place in code that does not compare os_cputime properly, i.e. via macros that cast to int32_t. however, I cannot really see such place but will keep digging...


-- 
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@mynewt.apache.org

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