mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 15:33:40 +00:00
begin USB refactor with package machine/usb2
This commit is contained in:
@@ -8,7 +8,7 @@ MEMORY
|
||||
|
||||
ENTRY(Reset_Handler);
|
||||
|
||||
_stack_size = 128K;
|
||||
_stack_size = 4K;
|
||||
_heap_size = 512K;
|
||||
|
||||
SECTIONS
|
||||
|
||||
Reference in New Issue
Block a user