andrzej-kaczmarek commented on issue #1186: kernel/os: Fix APIs to use 
os_time_t for ticks arguments
URL: https://github.com/apache/mynewt-core/pull/1186#issuecomment-396695370
 
 
   Note that argument in `os_time_delay` was `int32_t` and defined as _<=0 for 
no timeout_. I changed this to `os_time_t` anyway so it's now _=0 for no 
timeout_. I am not sure how many application this may affect - we can put this 
in release notes for 1.5 or use `os_stime_t` instead, but I think this would 
leave things inconsistent so `os_time_t` seems like a better solution here.

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


With regards,
Apache Git Services

Reply via email to