summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/gccollect.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-07-02 13:45:00 +0100
committerDamien George <damien.p.george@gmail.com>2014-07-02 13:45:00 +0100
commitf83debc716029f87f62cdae751e88838db343eb8 (patch)
tree5f6bdb76cac3f59334431f62a3920f39ceca8b8b /stmhal/gccollect.c
parent5fc580475f5eba8248de86a4148090e63f777372 (diff)
parent7a37f647a5d953a47a6147cf8302e08f27537771 (diff)
downloadmicropython-f83debc716029f87f62cdae751e88838db343eb8.tar.gz
micropython-f83debc716029f87f62cdae751e88838db343eb8.zip
Merge branch 'dhylands-teensy-new'
Diffstat (limited to 'stmhal/gccollect.c')
-rw-r--r--stmhal/gccollect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/gccollect.c b/stmhal/gccollect.c
index 721aa062d1..c71ed13a5e 100644
--- a/stmhal/gccollect.c
+++ b/stmhal/gccollect.c
@@ -25,8 +25,7 @@
*/
#include <stdio.h>
-
-#include <stm32f4xx_hal.h>
+#include <stdint.h>
#include "mpconfig.h"
#include "misc.h"
@@ -34,6 +33,7 @@
#include "obj.h"
#include "gc.h"
#include "gccollect.h"
+#include MICROPY_HAL_H
machine_uint_t gc_helper_get_regs_and_sp(machine_uint_t *regs);