Skip to content
Snippets Groups Projects
Commit 1a01ed0d authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

zephyr/mpconfigport.h: Fix rebasing artifacts.

parent b6a544b9
No related branches found
No related tags found
No related merge requests found
#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 }, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment