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/rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/rtc.c') diff --git a/stmhal/rtc.c b/stmhal/rtc.c index 412816c39..8f0d00732 100644 --- a/stmhal/rtc.c +++ b/stmhal/rtc.c @@ -28,8 +28,8 @@ #include "stm32f4xx_hal.h" -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "obj.h" #include "runtime.h" -- cgit v1.2.3