mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Increase Nano2G main stack size to 16K again. We won't get rid of the stkov's at 8K easily.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
62c011c8fb
commit
14b1f00244
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ SECTIONS
|
|||
*(.stack)
|
||||
stackbegin = .;
|
||||
_stackbegin = .;
|
||||
. += 0x2000;
|
||||
. += 0x4000;
|
||||
stackend = .;
|
||||
_stackend = .;
|
||||
_irqstackbegin = .;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue