core/sched: Use xtimer ticks for sched statistics
This commit is contained in:
parent
63e91151cd
commit
0ba6c9f3a4
@ -84,7 +84,7 @@ int __attribute__((used)) sched_run(void)
|
||||
}
|
||||
|
||||
#ifdef MODULE_SCHEDSTATISTICS
|
||||
unsigned long time = xtimer_now();
|
||||
unsigned long time = _xtimer_now();
|
||||
#endif
|
||||
|
||||
if (active_thread) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user