diff options
Diffstat (limited to 'stm/gccollect.h')
-rw-r--r-- | stm/gccollect.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stm/gccollect.h b/stm/gccollect.h index 6467ec7d21..9187f0e9df 100644 --- a/stm/gccollect.h +++ b/stm/gccollect.h @@ -1,8 +1,7 @@ -#define HEAP_END (0x2001c000) // tunable -#define RAM_END (0x20020000) // fixed for chip - extern uint32_t _ram_start; extern uint32_t _heap_start; +extern uint32_t _ram_end; +extern uint32_t _heap_end; void gc_collect(void); |