xiaoxiang781216 opened a new pull request #8: devif_poll_tcp_timer shouldn't be 
skipped in the multiple card case
URL: https://github.com/apache/incubator-nuttx/pull/8
 
 
   devif_timer will be called multiple time in one period if the multiple card 
exist,
   the elapsed time calculated for the first callback is right, but the flowing 
callback
   in the same period is wrong(very short) because the global variable 
g_polltimer is
   used in the calculation.
   
   so let's pass the delay time to devif_timer and remove g_polltimer.
   
   Change-Id: I6ac3d1135e08cc0f34c51916fa713bd6e6892d04
   Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>

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


With regards,
Apache Git Services

Reply via email to