mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
match sys tick with lwip_send_timeout
This commit is contained in:
parent
61f64e38d9
commit
547b7b0246
@ -446,7 +446,7 @@ sys_jiffies(void)
|
||||
u32_t
|
||||
sys_now(void)
|
||||
{
|
||||
return xTaskGetTickCount();
|
||||
return (xTaskGetTickCount()*portTICK_PERIOD_MS);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user