Skip to content

Commit 313bf08

Browse files
authored
Merge pull request #549 from tock/process-manager-heap
process manager: increase heap
2 parents 34612e0 + 058eb07 commit 313bf08

File tree

1 file changed

+1
-1
lines changed
  • examples/tutorials/dynamic-apps-and-policies/process_manager

1 file changed

+1
-1
lines changed

examples/tutorials/dynamic-apps-and-policies/process_manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../..
66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
88

9-
APP_HEAP_SIZE := 2000
9+
APP_HEAP_SIZE := 4000
1010

1111
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2
1212

0 commit comments

Comments
 (0)