mpy-cross: Get compiling after recent persistent code refactors.

pull/2408/head
Damien George 2016-11-16 20:25:36 +11:00
rodzic 5bdf1650de
commit 85ae17c993
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,7 @@
#include "py/mpstate.h"
#include "py/compile.h"
#include "py/persistentcode.h"
#include "py/runtime.h"
#include "py/gc.h"
#include "py/stackctrl.h"

Wyświetl plik

@ -47,6 +47,7 @@
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
#define MICROPY_READER_POSIX (1)
#define MICROPY_ENABLE_RUNTIME (0)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_STACK_CHECK (1)