Browse Source

Merge branch 'master' of github.com:micropython/micropython

pull/279/head
Damien George 11 years ago
parent
commit
1d1e38d911
  1. 1
      py/gc.h

1
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);

Loading…
Cancel
Save