mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-30 14:42:34 +08:00
Rename lwip_sys_timers_get_next_timout() to sys_timeouts_get_next_timeout()
This commit is contained in:
@@ -121,7 +121,7 @@ static u32_t current_timeout_due_time;
|
||||
|
||||
#if LWIP_TESTMODE
|
||||
struct sys_timeo**
|
||||
lwip_sys_timers_get_next_timout(void)
|
||||
sys_timeouts_get_next_timeout(void)
|
||||
{
|
||||
return &next_timeout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user