Merge branch 'bugfix/lwip_send_timeout' into 'master'

match sys tick with lwip_send_timeout

See merge request !1203
This commit is contained in:
Ivan Grokhotkov 2017-09-04 18:19:59 +08:00
commit 9da1bf1a45

View file

@ -446,7 +446,7 @@ sys_jiffies(void)
u32_t u32_t
sys_now(void) sys_now(void)
{ {
return xTaskGetTickCount(); return (xTaskGetTickCount()*portTICK_PERIOD_MS);
} }
/* /*