esp32_cpuidlestack.c: Remove unnecessary code.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
23d35336ad
commit
2a8b2cad17
@ -86,12 +86,6 @@ int up_cpu_idlestack(int cpu, struct tcb_s *tcb, size_t stack_size)
|
|||||||
up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if XCHAL_CP_NUM > 0
|
|
||||||
/* REVISIT: Does it make since to have co-processors enabled on the IDLE
|
|
||||||
* thread?
|
|
||||||
*/
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user