diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-02 18:03:04 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-02 18:08:16 +0300 |
commit | 9b71b16a942f0ce6b18d0b631d292276baa007c9 (patch) | |
tree | f8b7e9d5b1c8411bdf4fee87c0bfae84903b93b6 /stmhal/help.c | |
parent | f54bcbf0997211a3d2a04bab09c79f602fa0c8e9 (diff) | |
download | micropython-9b71b16a942f0ce6b18d0b631d292276baa007c9.tar.gz micropython-9b71b16a942f0ce6b18d0b631d292276baa007c9.zip |
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Diffstat (limited to 'stmhal/help.c')
-rw-r--r-- | stmhal/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/help.c b/stmhal/help.c index 975a102445..084d708e6e 100644 --- a/stmhal/help.c +++ b/stmhal/help.c @@ -1,8 +1,8 @@ #include <stdio.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" |