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


   In several instances OS_TICKS_PER_SEC was configurable via syscfg.
   
   This PR proposes to have same behavior across all MCUs.
   
   Now only one definition in os_time.h exists and it gets it form syscfg.
   All MCUs have definition moved to syscfg.
   In few cases other syscfg values that referred to OS_TICKS_PER_SEC
   are using MYNEWT_VAL(OS_TICKS_PER_SEC) to avoid circular
   dependency problem.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to