ld: fix typo in ram5 definition

This commit is contained in:
Stefan Tauner
2022-04-07 02:32:41 +02:00
parent 66bf499e1b
commit 20c0cfb650

View File

@@ -185,7 +185,7 @@ SECTIONS
.ram5 : {
*(.ram5*)
. = ALIGN(4);
} >ram4
} >ram5
#endif
#if defined(_XSRAM)