diff --git a/firmware/app.lds b/firmware/app.lds index 3d9be9b32e..1caea68fa0 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -258,6 +258,7 @@ SECTIONS stackend = .; } > IRAM +#ifdef CPU_PP .cop_stack : { *(.cop_stack) @@ -265,6 +266,7 @@ SECTIONS . += 0x0500; cop_stackend = .; } > IRAM +#endif #else /* TRICK ALERT! We want 0x2000 bytes of stack, but we set the section