Skip to content

Commit 13f7a7b

Browse files
committed
zephyr/mpconfigport.h: Move less important params to the bottom.
1 parent 9b345a9 commit 13f7a7b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

zephyr/mpconfigport.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
2929
#include "autoconf.h"
3030

31-
// Saving extra crumbs to make sure binary fits in 128K
32-
#define MICROPY_COMP_CONST_FOLDING (0)
33-
#define MICROPY_COMP_CONST (0)
34-
#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
35-
3631
#define MICROPY_STACK_CHECK (1)
3732
#define MICROPY_ENABLE_GC (1)
3833
#define MICROPY_HELPER_REPL (1)
@@ -63,6 +58,11 @@
6358
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
6459
#define MICROPY_PY_BUILTINS_COMPLEX (0)
6560

61+
// Saving extra crumbs to make sure binary fits in 128K
62+
#define MICROPY_COMP_CONST_FOLDING (0)
63+
#define MICROPY_COMP_CONST (0)
64+
#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
65+
6666
#ifdef CONFIG_BOARD
6767
#define MICROPY_HW_BOARD_NAME "zephyr-" CONFIG_BOARD
6868
#else

0 commit comments

Comments
 (0)