mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
update
This commit is contained in:
@@ -58,7 +58,7 @@ void SysTick_Handler(void)
|
||||
|
||||
uint32_t HAL_GetTick(void)
|
||||
{
|
||||
return rt_hw_1ms_tick_get();
|
||||
return rt_tick_get_millisecond();
|
||||
}
|
||||
|
||||
void HAL_SuspendTick(void)
|
||||
|
||||
Reference in New Issue
Block a user