summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-10-12 19:42:55 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-10-12 19:42:55 +0300
commit1a01ed0d2a76c46f5cc3d9f9211b550c7d4deb7c (patch)
tree1fc659858815d3d4e3ab1f6b734b0b626b46377a
parentb6a544b9175448cb533d43781bb62c424a51ea3d (diff)
downloadmicropython-1a01ed0d2a76c46f5cc3d9f9211b550c7d4deb7c.tar.gz
micropython-1a01ed0d2a76c46f5cc3d9f9211b550c7d4deb7c.zip
zephyr/mpconfigport.h: Fix rebasing artifacts.
-rw-r--r--zephyr/mpconfigport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/mpconfigport.h b/zephyr/mpconfigport.h
index 32dc9f1ff9..0208dc737e 100644
--- a/zephyr/mpconfigport.h
+++ b/zephyr/mpconfigport.h
@@ -1,5 +1,8 @@
#include <alloca.h>
+// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
+#include "autoconf.h"
+
// Saving extra crumbs to make sure binary fits in 128K
#define MICROPY_COMP_CONST_FOLDING (0)
#define MICROPY_COMP_CONST (0)
@@ -49,9 +52,6 @@ typedef long mp_off_t;
mp_obj_t mp_kbd_exception; \
const char *readline_hist[8];
-// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
-#include "autoconf.h"
-
// extra built in names to add to the global namespace
#define MICROPY_PORT_BUILTINS \
{ MP_OBJ_NEW_QSTR(MP_QSTR_help), (mp_obj_t)&mp_builtin_help_obj }, \