mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
sname, queued, p->priority
|
||||
#ifdef DEVELHELP
|
||||
, p->stack_size, stacksz, p->stack_start
|
||||
, p->stack_size, stacksz, (void *)p->stack_start
|
||||
#endif
|
||||
#ifdef MODULE_SCHEDSTATISTICS
|
||||
, runtime_ticks, switches
|
||||
|
Loading…
Reference in New Issue
Block a user