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/12/09 16:05:18 UTC

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2430: standardize OS_TICKS_PER_SEC definition

kasjer commented on a change in pull request #2430:
URL: https://github.com/apache/mynewt-core/pull/2430#discussion_r539434707



##########
File path: net/ip/native_sockets/syscfg.yml
##########
@@ -27,7 +27,7 @@ syscfg.defs:
         description: >
             The frequency at which to poll for received data.  Units
             are OS ticks.
-        value: 'OS_TICKS_PER_SEC / 5'
+        value: 'MYNEWT_VAL(OS_TICKS_PER_SEC) / 5'

Review comment:
       It turns out that such expressions are not handled sensible by newt tool.




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