mstimer_now() from zephyr port uses k_uptime_get_32() (#338)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
*/
|
||||
unsigned long mstimer_now(void)
|
||||
{
|
||||
return (unsigned long) k_uptime_get();
|
||||
return (unsigned long) k_uptime_get_32();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user