mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Increase iPod Nano 2G stack size to 16KiB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e6ec5414e8
commit
55fc2ea314
1 changed files with 3 additions and 0 deletions
|
|
@ -107,6 +107,9 @@ SECTIONS
|
|||
*(.stack)
|
||||
stackbegin = .;
|
||||
_stackbegin = .;
|
||||
#ifdef IPOD_NANO2G
|
||||
. += 0x4000;
|
||||
#endif
|
||||
. += 0x2000;
|
||||
stackend = .;
|
||||
_stackend = .;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue