mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
stm32/gccollect: Use gchelper.h header instead of explicit declaration.
This commit is contained in:
@@ -30,11 +30,10 @@
|
||||
#include "py/obj.h"
|
||||
#include "py/gc.h"
|
||||
#include "py/mpthread.h"
|
||||
#include "lib/utils/gchelper.h"
|
||||
#include "gccollect.h"
|
||||
#include "systick.h"
|
||||
|
||||
uintptr_t gc_helper_get_regs_and_sp(uintptr_t *regs);
|
||||
|
||||
void gc_collect(void) {
|
||||
// get current time, in case we want to time the GC
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user