fix issues

This commit is contained in:
2025-05-25 16:15:26 +03:00
parent af8cd71f59
commit a05038d700
2 changed files with 12 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ SECTIONS {
}
. = ALIGN(4);
. += 128 * 1024 /* 128KB */
. += 128 * 1024; /* 128KB */
__stack_top = .;
}