diff options
| author | Paul Sokolovsky | 2014-06-28 23:32:03 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-06-28 23:32:03 +0300 |
| commit | 8139494e54b5ad1630f30490216e9486b976bdb8 (patch) | |
| tree | fb52e6c58f496e1ac1b5b65eaf58dc24e7e99c95 /stmhal/lexerfatfs.c | |
| parent | 9e215fa4c2773b7a4102aec4203c9bf74aa0eccc (diff) | |
stmhal: Include mpconfig.h before all other includes.
It defines types used by all other headers.
Fixes #691.
Diffstat (limited to 'stmhal/lexerfatfs.c')
| -rw-r--r-- | stmhal/lexerfatfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/lexerfatfs.c b/stmhal/lexerfatfs.c index 6a0e83fb1..c578b13af 100644 --- a/stmhal/lexerfatfs.c +++ b/stmhal/lexerfatfs.c @@ -27,8 +27,8 @@ #include <stdint.h> #include <stdio.h> -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "lexer.h" #include "lexerfatfs.h" |
