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/systick.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/systick.c') diff --git a/stmhal/systick.c b/stmhal/systick.c index 8a8d6403dc..196f1fbcae 100644 --- a/stmhal/systick.c +++ b/stmhal/systick.c @@ -25,6 +25,7 @@ */ #include +#include "mpconfig.h" #include "misc.h" #include "systick.h" -- cgit v1.2.3