mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
avr: make stack size configurable
This commit is contained in:
@@ -5,8 +5,6 @@ MEMORY
|
||||
RAM (xrw) : ORIGIN = 0, LENGTH = __ram_size
|
||||
}
|
||||
|
||||
_stack_size = 512;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
.text :
|
||||
|
||||
Reference in New Issue
Block a user