1
0
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:
Yonezawa-T2 2016-03-23 12:24:55 +09:00
parent 56be13d5da
commit 60c1322505

View File

@ -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