diff --git a/sys/ps/ps.c b/sys/ps/ps.c index 34778c2b1b..f3042c4ded 100644 --- a/sys/ps/ps.c +++ b/sys/ps/ps.c @@ -72,7 +72,7 @@ void ps(void) #endif "state"); -#ifdef DEVELHELP +#if defined(DEVELHELP) && defined(ISR_STACKSIZE) int isr_usage = thread_arch_isr_stack_usage(); void *isr_start = thread_arch_isr_stack_start(); void *isr_sp = thread_arch_isr_stack_pointer();