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 2018/04/24 09:38:31 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #1049: kernel/os: Add helpers for converting ms<->ticks

andrzej-kaczmarek opened a new pull request #1049: kernel/os: Add helpers for converting ms<->ticks
URL: https://github.com/apache/mynewt-core/pull/1049
 
 
   These helpers do not check for overflow so should be used with care,
   but in general they allow for more compact code.
   
   Note that would be nice to have them as static inline but since we need
   OS_TICKS_PER_SEC in header file, there are some weird dependencies in
   os/os_*.h files which needs to be resolved first so code can build
   properly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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