mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc: Fix first additional GC block name.
This commit is contained in:
parent
c9de724be0
commit
c28aea9ea4
@ -133,7 +133,7 @@ void mp_init_gc_stack(void *sstack, void *estack, void *heap_start, void *heap_e
|
||||
gc_init(heap_start, heap_end);
|
||||
|
||||
// Add GC blocks (if enabled).
|
||||
#ifdef OMV_GC_BLOCK0_MEMORY
|
||||
#ifdef OMV_GC_BLOCK1_MEMORY
|
||||
typedef struct {
|
||||
uint32_t *addr;
|
||||
uint32_t size;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user