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/lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/lcd.c') diff --git a/stmhal/lcd.c b/stmhal/lcd.c index efee13d23..f121a93d7 100644 --- a/stmhal/lcd.c +++ b/stmhal/lcd.c @@ -2,9 +2,9 @@ #include #include +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #if MICROPY_HW_HAS_LCD -- cgit v1.2.3