sys/ps: ignore IST_STACKSIZE if it is == 0 (undefined)
This commit is contained in:
parent
f88fa2e3f2
commit
b2278b64a8
@ -75,7 +75,7 @@ void ps(void)
|
|||||||
#endif
|
#endif
|
||||||
"state");
|
"state");
|
||||||
|
|
||||||
#if defined(DEVELHELP) && defined(ISR_STACKSIZE)
|
#if defined(DEVELHELP) && ISR_STACKSIZE
|
||||||
int isr_usage = thread_isr_stack_usage();
|
int isr_usage = thread_isr_stack_usage();
|
||||||
void *isr_start = thread_isr_stack_start();
|
void *isr_start = thread_isr_stack_start();
|
||||||
void *isr_sp = thread_isr_stack_pointer();
|
void *isr_sp = thread_isr_stack_pointer();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user