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/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/storage.c') diff --git a/stmhal/storage.c b/stmhal/storage.c index ba7e303e2..001d87afe 100644 --- a/stmhal/storage.c +++ b/stmhal/storage.c @@ -28,9 +28,9 @@ #include #include +#include "mpconfig.h" #include "misc.h" #include "systick.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "led.h" -- cgit v1.2.3