stm32/gccollect: Use gchelper.h header instead of explicit declaration.

pull/1/head
Damien George 2019-02-12 14:38:30 +11:00
parent 8d1275ec0f
commit 3058d46892
1 changed files with 1 additions and 2 deletions

View File

@ -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