mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
update
This commit is contained in:
@@ -618,7 +618,7 @@ u32_t sys_jiffies(void)
|
||||
|
||||
u32_t sys_now(void)
|
||||
{
|
||||
return rt_hw_1ms_tick_get();
|
||||
return rt_tick_get_millisecond();
|
||||
}
|
||||
|
||||
#ifdef RT_LWIP_PPP
|
||||
|
||||
@@ -628,7 +628,7 @@ u32_t sys_jiffies(void)
|
||||
|
||||
u32_t sys_now(void)
|
||||
{
|
||||
return rt_hw_1ms_tick_get();
|
||||
return rt_tick_get_millisecond();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -642,7 +642,7 @@ u32_t sys_jiffies(void)
|
||||
|
||||
u32_t sys_now(void)
|
||||
{
|
||||
return rt_hw_1ms_tick_get();
|
||||
return rt_tick_get_millisecond();
|
||||
}
|
||||
|
||||
#if MEM_OVERFLOW_CHECK || MEMP_OVERFLOW_CHECK
|
||||
|
||||
Reference in New Issue
Block a user