Merge a57bd5d6f0 into e7607ffc2b
This commit is contained in:
commit
fd962ab2e7
1 changed files with 2 additions and 2 deletions
|
|
@ -479,7 +479,7 @@ void sys_init(void)
|
|||
|
||||
u32_t sys_now(void)
|
||||
{
|
||||
return xTaskGetTickCount();
|
||||
return xTaskGetTickCount() * portTICK_RATE_MS;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue