X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/8a2b0da07c62b1ab1d9d2240268fbf71f59421dd..d649155c6facc6edec97ea5093a20ebc394f80b3:/avr/main.c?ds=sidebyside 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);