diff --git a/hardware/arduino/cores/arduino/avr-libc/malloc.c b/hardware/arduino/cores/arduino/avr-libc/malloc.c index 356253293..9dcfe216b 100644 --- a/hardware/arduino/cores/arduino/avr-libc/malloc.c +++ b/hardware/arduino/cores/arduino/avr-libc/malloc.c @@ -52,7 +52,7 @@ /* May be changed by the user only before the first malloc() call. */ -size_t __malloc_margin = 32; +size_t __malloc_margin = 128; char *__malloc_heap_start = &__heap_start; char *__malloc_heap_end = &__heap_end;