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/dac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/dac.c') diff --git a/stmhal/dac.c b/stmhal/dac.c index cd62f017f..95b58a7d4 100644 --- a/stmhal/dac.c +++ b/stmhal/dac.c @@ -3,9 +3,9 @@ #include "stm32f4xx_hal.h" +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "parse.h" #include "obj.h" -- cgit v1.2.3