8000 zephyr/mpconfigport.h: Fix rebasing artifacts. · micropython/micropython@1a01ed0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a01ed0

Browse files
author
Paul Sokolovsky
committed
zephyr/mpconfigport.h: Fix rebasing artifacts.
1 parent b6a544b commit 1a01ed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zephyr/mpconfigport.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#include <alloca.h>
22

3+
// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
4+
#include "autoconf.h"
5+
36
// Saving extra crumbs to make sure binary fits in 128K
47
#define MICROPY_COMP_CONST_FOLDING (0)
58
#define MICROPY_COMP_CONST (0)
@@ -49,9 +52,6 @@ typedef long mp_off_t;
4952
mp_obj_t mp_kbd_exception; \
5053
const char *readline_hist[8];
5154

52-
// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
53-
#include "autoconf.h"
54-
5555
// extra built in names to add to the global namespace
5656
#define MICROPY_PORT_BUILTINS \
5757
{ MP_OBJ_NEW_QSTR(MP_QSTR_help), (mp_obj_t)&mp_builtin_help_obj }, \

0 commit comments

Comments
 (0)
0