Skip to content

Commit

Permalink
Extend PICO_HEAP_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
yunkya2 committed Sep 18, 2023
1 parent 9e14b6c commit 08b8f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ execute_process(COMMAND git describe --tags --always
add_compile_definitions(-DGIT_REPO_VERSION="${GIT_REPO_VERSION}")

target_compile_definitions(${PROJECT_NAME} PRIVATE
PICO_HEAP_SIZE=0x10000
PICO_HEAP_SIZE=0x18000
NO_SYS=0 # don't want NO_SYS (generally this would be in your lwipopts.h)
)

Expand Down

0 comments on commit 08b8f26

Please sign in to comment.