From 8139494e54b5ad1630f30490216e9486b976bdb8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 28 Jun 2014 23:32:03 +0300 Subject: stmhal: Include mpconfig.h before all other includes. It defines types used by all other headers. Fixes #691. --- stmhal/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/printf.c') diff --git a/stmhal/printf.c b/stmhal/printf.c index 26c552039..c4731aa88 100644 --- a/stmhal/printf.c +++ b/stmhal/printf.c @@ -28,10 +28,10 @@ #include #include +#include "mpconfig.h" #include "std.h" #include "misc.h" #include "systick.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "pfenv.h" -- cgit v1.2.3