match sys tick with lwip_send_timeout
This commit is contained in:
parent
c092079587
commit
0f9925cfc8
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ sys_jiffies(void)
|
||||||
u32_t
|
u32_t
|
||||||
sys_now(void)
|
sys_now(void)
|
||||||
{
|
{
|
||||||
return xTaskGetTickCount();
|
return (xTaskGetTickCount() * portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue