stm32/gccollect: Use gchelper.h header instead of explicit declaration.
This commit is contained in:
parent
8d1275ec0f
commit
3058d46892
@ -30,11 +30,10 @@
|
|||||||
#include "py/obj.h"
|
#include "py/obj.h"
|
||||||
#include "py/gc.h"
|
#include "py/gc.h"
|
||||||
#include "py/mpthread.h"
|
#include "py/mpthread.h"
|
||||||
|
#include "lib/utils/gchelper.h"
|
||||||
#include "gccollect.h"
|
#include "gccollect.h"
|
||||||
#include "systick.h"
|
#include "systick.h"
|
||||||
|
|
||||||
uintptr_t gc_helper_get_regs_and_sp(uintptr_t *regs);
|
|
||||||
|
|
||||||
void gc_collect(void) {
|
void gc_collect(void) {
|
||||||
// get current time, in case we want to time the GC
|
// get current time, in case we want to time the GC
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user