Skip to content

Commit

Permalink
Reduced heap size.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuu committed Jan 28, 2025
1 parent 822e408 commit 471d50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoruby-esp32.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "mrb/main_task.c"

#ifndef HEAP_SIZE
#define HEAP_SIZE (1024 * 192)
#define HEAP_SIZE (1024 * 128)
#endif

static uint8_t heap_pool[HEAP_SIZE];
Expand Down

0 comments on commit 471d50c

Please sign in to comment.