mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc: Fix malloc heap memory typo.
This commit is contained in:
parent
674cb76499
commit
2a3be63d41
@ -82,7 +82,7 @@ OMV_GC_BLOCK_NEW(4)
|
||||
. = . + OMV_HEAP_SIZE;
|
||||
. = ALIGN(4);
|
||||
_heap_limit = .;
|
||||
} > OMV_MAIN_MEMORY
|
||||
} > OMV_HEAP_MEMORY
|
||||
#endif
|
||||
|
||||
/* Stack memory */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user