You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/23 14:48:58 UTC

[GitHub] [incubator-nuttx] yanyunyouyou opened a new issue #854: A error in sched\timer\timer_gettime.c?

yanyunyouyou opened a new issue #854:
URL: https://github.com/apache/incubator-nuttx/issues/854


   89:  clock_ticks2time(timer->pt_last, &value->it_interval);
   Why use timer->pt_last to set value->it_interval,value->it_interval is the period value.
   so maybe use timer->pt_delay  is right!
   [test.txt](https://github.com/apache/incubator-nuttx/files/4523259/test.txt)
   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #854: A error in sched\timer\timer_gettime.c?

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #854:
URL: https://github.com/apache/incubator-nuttx/issues/854#issuecomment-618771334


   @yanyunyouyou yes, you are right, could you provide a patch?


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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #854: A error in sched\timer\timer_gettime.c?

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #854:
URL: https://github.com/apache/incubator-nuttx/issues/854#issuecomment-618824079


   @yanyunyouyou could you follow the steps described here to generate a new PR:
   https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/github-flow
   then we can work more efficiently.


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



[GitHub] [incubator-nuttx] yanyunyouyou commented on issue #854: A error in sched\timer\timer_gettime.c?

Posted by GitBox <gi...@apache.org>.
yanyunyouyou commented on issue #854:
URL: https://github.com/apache/incubator-nuttx/issues/854#issuecomment-618821621


   
   [0001-timer_gettimee.c-89-change-the-timer-pt_last-to-time.patch.txt](https://github.com/apache/incubator-nuttx/files/4526947/0001-timer_gettimee.c-89-change-the-timer-pt_last-to-time.patch.txt)
   


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