Skip to content

Commit

Permalink
Reduce stack size again?
Browse files Browse the repository at this point in the history
  • Loading branch information
wickerwaka committed Jul 11, 2023
1 parent efb6c4e commit 22a6998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pico_set_double_implementation(picorom none)

target_compile_definitions(picorom PRIVATE
PICO_HEAP_SIZE=128
PICO_STACK_SIZE=768
PICO_STACK_SIZE=512
PICO_CORE1_STACK_SIZE=4
USB_MAX_ENDPOINTS=4
PICO_STDIO_ENABLE_CRLF_SUPPORT=0
Expand Down

0 comments on commit 22a6998

Please sign in to comment.