ps: fix compile error on clang 7.3.0
This commit is contained in:
parent
56be13d5da
commit
60c1322505
@ -100,7 +100,7 @@ void ps(void)
|
|||||||
#endif
|
#endif
|
||||||
sname, queued, p->priority
|
sname, queued, p->priority
|
||||||
#ifdef DEVELHELP
|
#ifdef DEVELHELP
|
||||||
, p->stack_size, stacksz, p->stack_start
|
, p->stack_size, stacksz, (void *)p->stack_start
|
||||||
#endif
|
#endif
|
||||||
#ifdef MODULE_SCHEDSTATISTICS
|
#ifdef MODULE_SCHEDSTATISTICS
|
||||||
, runtime_ticks, switches
|
, runtime_ticks, switches
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user