mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
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:
@ -446,7 +446,7 @@ sys_jiffies(void)
|
||||
u32_t
|
||||
sys_now(void)
|
||||
{
|
||||
return xTaskGetTickCount();
|
||||
return (xTaskGetTickCount() * portTICK_PERIOD_MS);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user