X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/b5251896f0f5eab98408808848b6236d234b370e..fb9b17a9518501c3de8eb6858e887b40328364c6:/avr/main.c diff --git a/avr/main.c b/avr/main.c index 1e5a6f9..450e2ba 100644 --- a/avr/main.c +++ b/avr/main.c @@ -246,6 +246,7 @@ int main(void) { extern void setup_mmc(void); + __malloc_margin = CONFIG_SYS_MALLOC_MARGIN; setup_avr(); for (int i = 0; i < GPIO_MAX; i++) gpio_config(i, INPUT_PULLUP);