diff options
Diffstat (limited to 'esp8266/gccollect.h')
-rw-r--r-- | esp8266/gccollect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/gccollect.h b/esp8266/gccollect.h index e360ef2f29..d81cba12c4 100644 --- a/esp8266/gccollect.h +++ b/esp8266/gccollect.h @@ -38,3 +38,4 @@ extern uint32_t _heap_start; extern uint32_t _heap_end; void gc_collect(void); +void esp_native_code_gc_collect(void); |