[stm32][lib] modify heap size to zero

This commit is contained in:
Meco Man
2021-10-11 17:03:39 -04:00
parent 1426e57db0
commit 698569c3ca
871 changed files with 1023 additions and 1023 deletions

View File

@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
define symbol __ICFEDIT_region_RAM_end__ = 0x2001FFFF;
/*-Sizes-*/
define symbol __ICFEDIT_size_cstack__ = 0x0400;
define symbol __ICFEDIT_size_heap__ = 0x0000;
define symbol __ICFEDIT_size_heap__ = 0x000;
/**** End of ICF editor section. ###ICF###*/
define memory mem with size = 4G;