diff options
author | Damien George <damien.p.george@gmail.com> | 2014-07-02 13:45:00 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-07-02 13:45:00 +0100 |
commit | f83debc716029f87f62cdae751e88838db343eb8 (patch) | |
tree | 5f6bdb76cac3f59334431f62a3920f39ceca8b8b /stmhal/gccollect.c | |
parent | 5fc580475f5eba8248de86a4148090e63f777372 (diff) | |
parent | 7a37f647a5d953a47a6147cf8302e08f27537771 (diff) | |
download | micropython-f83debc716029f87f62cdae751e88838db343eb8.tar.gz micropython-f83debc716029f87f62cdae751e88838db343eb8.zip |
Merge branch 'dhylands-teensy-new'
Diffstat (limited to 'stmhal/gccollect.c')
-rw-r--r-- | stmhal/gccollect.c | 4 |
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); |