Merge branch 'bugfix/lwip_send_timeout_v2.1' into 'release/v2.1'

match sys tick with lwip_send_timeout

See merge request !1546
This commit is contained in:
Jiang Jiang Jian 2017-11-16 17:40:48 +08:00
commit 8bca703467

View file

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