This commit is contained in:
Raphael Luckom 2016-05-15 17:02:35 +00:00
commit fd962ab2e7

View file

@ -479,7 +479,7 @@ void sys_init(void)
u32_t sys_now(void)
{
return xTaskGetTickCount();
return xTaskGetTickCount() * portTICK_RATE_MS;
}
/*---------------------------------------------------------------------------*