summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/accel.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-02 18:03:04 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-02 18:08:16 +0300
commit9b71b16a942f0ce6b18d0b631d292276baa007c9 (patch)
treef8b7e9d5b1c8411bdf4fee87c0bfae84903b93b6 /stmhal/accel.c
parentf54bcbf0997211a3d2a04bab09c79f602fa0c8e9 (diff)
downloadmicropython-9b71b16a942f0ce6b18d0b631d292276baa007c9.tar.gz
micropython-9b71b16a942f0ce6b18d0b631d292276baa007c9.zip
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Diffstat (limited to 'stmhal/accel.c')
-rw-r--r--stmhal/accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/accel.c b/stmhal/accel.c
index d3373f1ebd..64ed8b2f1d 100644
--- a/stmhal/accel.c
+++ b/stmhal/accel.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 "obj.h"
#include "runtime.h"