summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/extint.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-02 16:58:32 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-02 16:58:32 +0100
commit003977a70bc913b25885231021e4176caba6f05d (patch)
treedc2cdbb181f936d0db13939fb2ead5dbc3b3851b /stmhal/extint.c
parent3eb8163b16bc5b6ea30428b54dee60e5c7e9c98f (diff)
parent26a99207354787cd010b833c6ea8ad348c793820 (diff)
downloadmicropython-003977a70bc913b25885231021e4176caba6f05d.tar.gz
micropython-003977a70bc913b25885231021e4176caba6f05d.zip
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'stmhal/extint.c')
-rw-r--r--stmhal/extint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/extint.c b/stmhal/extint.c
index 61469e0a17..90016d19a9 100644
--- a/stmhal/extint.c
+++ b/stmhal/extint.c
@@ -4,9 +4,9 @@
#include <stm32f4xx_hal.h>
+#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
-#include "mpconfig.h"
#include "qstr.h"
#include "gc.h"
#include "obj.h"