index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
py/gc.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/gc.h b/py/gc.h
index 711212ac4..e5286cd86 100644
--- a/
py/gc.h
+++ b/
py/gc.h
@@ -18,3 +18,4 @@ typedef struct _gc_info_t {
} gc_info_t;
void gc_info(gc_info_t *info);
+void gc_dump_info(void);