From 9b71b16a942f0ce6b18d0b631d292276baa007c9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 2 May 2014 18:03:04 +0300 Subject: unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. --- stmhal/cc3k/pybcc3k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/cc3k') diff --git a/stmhal/cc3k/pybcc3k.c b/stmhal/cc3k/pybcc3k.c index 17b205b94..8712a3780 100644 --- a/stmhal/cc3k/pybcc3k.c +++ b/stmhal/cc3k/pybcc3k.c @@ -2,9 +2,9 @@ #include "stm32f4xx_hal.h" +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "runtime.h" -- cgit v1.2.3