Skip to content

Commit

Permalink
increase stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Dec 20, 2024
1 parent 24569b8 commit 26d479a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
; <o1> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>
*----------------------------------------------------------------------------*/
#define __STACK_SIZE 0x00000C00
#define __STACK_SIZE 0x00001000
#define __HEAP_SIZE 0x00001000

/*
Expand Down
2 changes: 1 addition & 1 deletion examples/[template][pico][oled]/pico_template.uvprojx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
</ArmAdsMisc>
<Cads>
<interw>1</interw>
<Optim>6</Optim>
<Optim>7</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
<OneElfS>1</OneElfS>
Expand Down

0 comments on commit 26d479a

Please sign in to comment.